diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-12-02 02:44:35 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-12-02 02:44:35 +0000 |
commit | e0d3f7083154907162dc2e198edbd6d9b0eb2ef1 (patch) | |
tree | 9c527c2608c4821121a54fb45b553e6abbe7d267 /lib/libc_r/TEST | |
parent | f3f6eb43543ab169a1b75d2271fe906f2d922990 (diff) |
add setjmp test
Diffstat (limited to 'lib/libc_r/TEST')
-rw-r--r-- | lib/libc_r/TEST/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/TEST/Makefile b/lib/libc_r/TEST/Makefile index 53aeac9250f..cbc3c7e2d1c 100644 --- a/lib/libc_r/TEST/Makefile +++ b/lib/libc_r/TEST/Makefile @@ -19,7 +19,7 @@ MKDEP = -p -pthread # This list used to include test_select, but that test doesn't terminate. TESTS = test_create test_pthread_join test_switch test_sleep test_readdir \ - test_fork test_execve test_preemption \ + test_fork test_execve test_preemption test_setjmp \ 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 \ |