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