summaryrefslogtreecommitdiffstats
path: root/tests/sys/kern
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-11-16 04:56:14 +0000
committerngie <ngie@FreeBSD.org>2015-11-16 04:56:14 +0000
commitc7ad5e15a51a2267b5d539ac5c899843431832eb (patch)
treeac1f7a28fde500621cb3fc3dd5ffd169738bf383 /tests/sys/kern
parentd73f00c1dde3db54bc1a5e1c3f59c1449e541d94 (diff)
downloadFreeBSD-src-c7ad5e15a51a2267b5d539ac5c899843431832eb.zip
FreeBSD-src-c7ad5e15a51a2267b5d539ac5c899843431832eb.tar.gz
Integrate contrib/netbsd-tests/kernel/t_lockf.c into the FreeBSD test suite as
tests/sys/kern/lockf_test MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tests/sys/kern')
-rw-r--r--tests/sys/kern/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/sys/kern/Makefile b/tests/sys/kern/Makefile
index 47fb32b..0d0bfd2 100644
--- a/tests/sys/kern/Makefile
+++ b/tests/sys/kern/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+TESTSRC= ${SRCTOP}/contrib/netbsd-tests/kernel
+
TESTSDIR= ${TESTSBASE}/sys/kern
ATF_TESTS_C+= kern_copyin
@@ -11,9 +13,13 @@ TEST_METADATA.unix_seqpacket_test+= timeout="15"
LDADD.ptrace_test+= -lpthread
LDADD.unix_seqpacket_test+= -lpthread
+NETBSD_ATF_TESTS_C+= lockf_test
+
WARNS?= 5
TESTS_SUBDIRS+= acct
TESTS_SUBDIRS+= execve
+.include <netbsd-tests.test.mk>
+
.include <bsd.test.mk>
OpenPOWER on IntegriCloud