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
This commit is contained in:
Enji Cooper 2015-11-16 04:56:14 +00:00
parent b14427e250
commit a0c963e116
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290912

View file

@ -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>