From 06d707afed99790ca02996fd2b3c7c0b89627029 Mon Sep 17 00:00:00 2001 From: David Leonard Date: Mon, 1 Feb 1999 08:50:19 +0000 Subject: add test_sigsuspend test_sigwait --- lib/libc_r/TEST/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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} -- cgit v1.2.3