]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/Makefile
Integrate tools/test/posixshm and tools/regression/posixshm into the FreeBSD
[FreeBSD/FreeBSD.git] / tests / sys / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 TESTSDIR= ${TESTSBASE}/sys
6
7 TESTS_SUBDIRS+=         aio
8 TESTS_SUBDIRS+=         fifo
9 TESTS_SUBDIRS+=         file
10 TESTS_SUBDIRS+=         kern
11 TESTS_SUBDIRS+=         kqueue
12 TESTS_SUBDIRS+=         mqueue
13 TESTS_SUBDIRS+=         netinet
14 TESTS_SUBDIRS+=         opencrypto
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>