summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>1999-02-01 08:50:19 +0000
committerDavid Leonard <d@cvs.openbsd.org>1999-02-01 08:50:19 +0000
commit06d707afed99790ca02996fd2b3c7c0b89627029 (patch)
tree6c6a92ff60d269d8b2d1ffbcc4e2425f7674e67b
parent058dc6d6cf91a52194344f4e9270a44f01058a4c (diff)
add test_sigsuspend test_sigwait
-rw-r--r--lib/libc_r/TEST/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/TEST/Makefile b/lib/libc_r/TEST/Makefile
index 4614935e8a9..2f671d92f00 100644
--- a/lib/libc_r/TEST/Makefile
+++ b/lib/libc_r/TEST/Makefile
@@ -23,7 +23,7 @@ TESTS = test_create test_pthread_join test_switch test_sleep test_readdir \
test_fork test_execve test_preemption \
test_sock_1 test_sock_2 test_stdio_1 test_pthread_mutex \
test_pthread_cond_timedwait test_netdb test_pw test_cwd \
- test_sock_2a test_cancel
+ test_sock_2a test_cancel test_sigsuspend test_sigwait
SRCS = ${TESTS:=.c}
CLEANFILES += ${TESTS}