]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tests/sys/Makefile
MFC r312114,r312194:
[FreeBSD/stable/10.git] / tests / sys / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 TESTSDIR= ${TESTSBASE}/sys
6
7 TESTS_SUBDIRS+=         acl
8 TESTS_SUBDIRS+=         aio
9 TESTS_SUBDIRS+=         fifo
10 TESTS_SUBDIRS+=         file
11 TESTS_SUBDIRS+=         geom
12 TESTS_SUBDIRS+=         kern
13 TESTS_SUBDIRS+=         kqueue
14 TESTS_SUBDIRS+=         mac
15 TESTS_SUBDIRS+=         mqueue
16 TESTS_SUBDIRS+=         netinet
17 TESTS_SUBDIRS+=         posixshm
18 TESTS_SUBDIRS+=         vfs
19 TESTS_SUBDIRS+=         vm
20
21 # Items not integrated into kyua runs by default
22 SUBDIR+=                pjdfstest
23
24 SUBDIR_PARALLEL=
25
26 .include <bsd.test.mk>