From c7ad5e15a51a2267b5d539ac5c899843431832eb Mon Sep 17 00:00:00 2001 From: ngie Date: Mon, 16 Nov 2015 04:56:14 +0000 Subject: 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 --- tests/sys/kern/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/sys/kern') 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 + .include -- cgit v1.1