]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - tests/sys/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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+=         vm
15
16 # Items not integrated into kyua runs by default
17 SUBDIR+=                pjdfstest
18
19 .include <bsd.test.mk>