]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - tests/sys/Makefile
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.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+=         mac
14 TESTS_SUBDIRS+=         mqueue
15 TESTS_SUBDIRS+=         netinet
16 TESTS_SUBDIRS+=         posixshm
17 TESTS_SUBDIRS+=         vfs
18 TESTS_SUBDIRS+=         vm
19
20 # Items not integrated into kyua runs by default
21 SUBDIR+=                pjdfstest
22
23 SUBDIR_PARALLEL=
24
25 .include <bsd.test.mk>