svn commit: r290912 - head/tests/sys/kern

Garrett Cooper ngie at FreeBSD.org
Mon Nov 16 04:56:15 UTC 2015


Author: ngie
Date: Mon Nov 16 04:56:14 2015
New Revision: 290912
URL: https://svnweb.freebsd.org/changeset/base/290912

Log:
  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

Modified:
  head/tests/sys/kern/Makefile

Modified: head/tests/sys/kern/Makefile
==============================================================================
--- head/tests/sys/kern/Makefile	Mon Nov 16 04:53:13 2015	(r290911)
+++ head/tests/sys/kern/Makefile	Mon Nov 16 04:56:14 2015	(r290912)
@@ -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+=	time
 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>


More information about the svn-src-head mailing list