You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
207 B
21 lines
207 B
2 months ago
|
# Tests for signames.c
|
||
|
|
||
|
Name: Name -> number
|
||
|
Run: ../obj/ucw/signames-t
|
||
|
In: SIGKILL
|
||
|
SIGSEGV
|
||
|
sigterm
|
||
|
Out: 9
|
||
|
11
|
||
|
?
|
||
|
|
||
|
Name: Number -> name
|
||
|
Run: ../obj/ucw/signames-t
|
||
|
In: #9
|
||
|
#11
|
||
|
#0
|
||
|
Out: SIGKILL
|
||
|
SIGSEGV
|
||
|
?
|
||
|
|