diff options
| author | martin <martin@NetBSD.org> | 2012-02-13 21:03:06 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2012-02-13 21:03:06 +0000 |
| commit | 9633fa7dfa38eddf2f5dc7576c5f82aaa7701d82 (patch) | |
| tree | e0f221777f8913ffdaf568355636d99759cc2488 /tests/kernel/Makefile | |
| parent | 3eda5a4b313259e16bd6ffbf6c32441612c81a40 (diff) | |
Move posix_spawn tests to lib/libc/gen/posix_spawn - they test both libc
and kernel, but that is an implementation detail unrelated to the tests
themselfs.
Ok: releng
Diffstat (limited to 'tests/kernel/Makefile')
| -rw-r--r-- | tests/kernel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/kernel/Makefile b/tests/kernel/Makefile index 081008fd920..579afbaca22 100644 --- a/tests/kernel/Makefile +++ b/tests/kernel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2012/02/11 23:31:24 martin Exp $ +# $NetBSD: Makefile,v 1.24 2012/02/13 21:03:06 martin Exp $ NOMAN= # defined @@ -6,7 +6,7 @@ NOMAN= # defined TESTSDIR= ${TESTSBASE}/kernel -TESTS_SUBDIRS= posix_spawn kqueue tty +TESTS_SUBDIRS= kqueue tty TESTS_C= t_lock TESTS_C+= t_lwpctl |
