[Midnightbsd-cvs] src [11949] trunk/tests/sys: add makefile
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Jul 21 16:15:12 EDT 2018
Revision: 11949
http://svnweb.midnightbsd.org/src/?rev=11949
Author: laffer1
Date: 2018-07-21 16:15:11 -0400 (Sat, 21 Jul 2018)
Log Message:
-----------
add makefile
Added Paths:
-----------
trunk/tests/sys/Makefile
trunk/tests/sys/Makefile.inc
Added: trunk/tests/sys/Makefile
===================================================================
--- trunk/tests/sys/Makefile (rev 0)
+++ trunk/tests/sys/Makefile 2018-07-21 20:15:11 UTC (rev 11949)
@@ -0,0 +1,26 @@
+# $MidnightBSD$
+# $FreeBSD: stable/10/tests/sys/Makefile 313791 2017-02-16 05:17:40Z ngie $
+
+.include <bsd.own.mk>
+
+TESTSDIR= ${TESTSBASE}/sys
+
+TESTS_SUBDIRS+= acl
+TESTS_SUBDIRS+= aio
+TESTS_SUBDIRS+= fifo
+TESTS_SUBDIRS+= file
+TESTS_SUBDIRS+= fs
+TESTS_SUBDIRS+= geom
+TESTS_SUBDIRS+= kern
+TESTS_SUBDIRS+= kqueue
+TESTS_SUBDIRS+= mac
+TESTS_SUBDIRS+= mqueue
+TESTS_SUBDIRS+= netinet
+TESTS_SUBDIRS+= posixshm
+TESTS_SUBDIRS+= vfs
+TESTS_SUBDIRS+= vm
+
+# Items not integrated into kyua runs by default
+SUBDIR+= pjdfstest
+
+.include <bsd.test.mk>
Property changes on: trunk/tests/sys/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/tests/sys/Makefile.inc
===================================================================
--- trunk/tests/sys/Makefile.inc (rev 0)
+++ trunk/tests/sys/Makefile.inc 2018-07-21 20:15:11 UTC (rev 11949)
@@ -0,0 +1,4 @@
+# $MidnightBSD$
+# $FreeBSD: stable/10/tests/sys/Makefile.inc 313218 2017-02-04 16:29:23Z ngie $
+
+WARNS?= 6
Property changes on: trunk/tests/sys/Makefile.inc
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list