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