mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
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:
parent
b14427e250
commit
a0c963e116
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290912
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user