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.
20 lines
207 B
20 lines
207 B
# 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
|
|
?
|
|
|
|
|