diff options
Diffstat (limited to 'lib/libc/tests/Makefile.netbsd-tests')
-rw-r--r-- | lib/libc/tests/Makefile.netbsd-tests | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libc/tests/Makefile.netbsd-tests b/lib/libc/tests/Makefile.netbsd-tests new file mode 100644 index 000000000000..43710d39aca2 --- /dev/null +++ b/lib/libc/tests/Makefile.netbsd-tests @@ -0,0 +1,7 @@ +TESTSRC:= ${SRCTOP}/contrib/netbsd-tests/${RELDIR:C/libc\/tests/libc/} + +TESTSDIR:= ${TESTSBASE}/${RELDIR:C/libc\/tests/libc/} + +WARNS?= 2 + +.include <netbsd-tests.test.mk> |