Makefile revision 282071
1# $FreeBSD: head/tests/sys/Makefile 282071 2015-04-27 08:31:43Z ngie $
2
3.include <bsd.own.mk>
4
5TESTSDIR= ${TESTSBASE}/sys
6
7TESTS_SUBDIRS+=		fifo
8TESTS_SUBDIRS+=		file
9TESTS_SUBDIRS+=		kern
10TESTS_SUBDIRS+=		kqueue
11TESTS_SUBDIRS+=		mqueue
12TESTS_SUBDIRS+=		netinet
13TESTS_SUBDIRS+=		opencrypto
14
15# Items not integrated into kyua runs by default
16SUBDIR+=		pjdfstest
17
18.include <bsd.test.mk>
19