]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tests/sys/Makefile
MFC r282067:
[FreeBSD/stable/10.git] / tests / sys / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 TESTSDIR= ${TESTSBASE}/sys
6
7 TESTS_SUBDIRS+=         fifo
8 TESTS_SUBDIRS+=         file
9 TESTS_SUBDIRS+=         kern
10 TESTS_SUBDIRS+=         kqueue
11 TESTS_SUBDIRS+=         netinet
12
13 # Items not integrated into kyua runs by default
14 SUBDIR+=                pjdfstest
15
16 .include <bsd.test.mk>