]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tests/sys/Makefile
MFC r289393:
[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+=         kern
12 TESTS_SUBDIRS+=         kqueue
13 TESTS_SUBDIRS+=         mqueue
14 TESTS_SUBDIRS+=         netinet
15 TESTS_SUBDIRS+=         posixshm
16 TESTS_SUBDIRS+=         vfs
17 TESTS_SUBDIRS+=         vm
18
19 # Items not integrated into kyua runs by default
20 SUBDIR+=                pjdfstest
21
22 SUBDIR_PARALLEL=
23
24 .include <bsd.test.mk>