diff options
| author | martin <martin@NetBSD.org> | 2013-03-08 10:33:51 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2013-03-08 10:33:51 +0000 |
| commit | a4600ebae568c19a8167a6d877bb0c828665bcdb (patch) | |
| tree | b4e8271959b939a1321d9f0558f99772883f0b2b /tests/lib/libc/sys/Makefile | |
| parent | 485e370680af42869fc429c2faaa259037420830 (diff) | |
Add a test program for PR kern/47625, based on the sample code provided
by anthony mallet.
Diffstat (limited to 'tests/lib/libc/sys/Makefile')
| -rw-r--r-- | tests/lib/libc/sys/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/lib/libc/sys/Makefile b/tests/lib/libc/sys/Makefile index c3dd237b597..f6e7e0fead4 100644 --- a/tests/lib/libc/sys/Makefile +++ b/tests/lib/libc/sys/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2012/12/04 06:57:44 jruoho Exp $ +# $NetBSD: Makefile,v 1.31 2013/03/08 10:33:51 martin Exp $ MKMAN= no @@ -53,6 +53,7 @@ TESTS_C+= t_setrlimit TESTS_C+= t_setuid TESTS_C+= t_sigaction TESTS_C+= t_sigqueue +TESTS_C+= t_sigtimedwait_pr_47625 TESTS_C+= t_socketpair TESTS_C+= t_swapcontext TESTS_C+= t_stat |
