diff options
author | 1999-11-30 00:47:18 +0000 | |
---|---|---|
committer | 1999-11-30 00:47:18 +0000 | |
commit | eb1c44d6d60f505fb483c68a15264dd1a4fdcfa2 (patch) | |
tree | c550ce705ffb69409a467590c15faaac81a360ec | |
parent | fix include list; dogcow@redback.com (diff) | |
download | wireguard-openbsd-eb1c44d6d60f505fb483c68a15264dd1a4fdcfa2.tar.xz wireguard-openbsd-eb1c44d6d60f505fb483c68a15264dd1a4fdcfa2.zip |
enable test_select and test_poll
-rw-r--r-- | lib/libc_r/TEST/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc_r/TEST/Makefile b/lib/libc_r/TEST/Makefile index 2b0ad311118..a0311e7619a 100644 --- a/lib/libc_r/TEST/Makefile +++ b/lib/libc_r/TEST/Makefile @@ -22,7 +22,8 @@ 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_sigsuspend test_sigwait + test_sock_2a test_cancel test_sigsuspend test_sigwait \ + test_select test_poll SRCS = ${TESTS:=.c} CLEANFILES += ${TESTS} |