]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/Makefile
Temporarily disconnect audit tests
[FreeBSD/FreeBSD.git] / tests / sys / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 TESTSDIR=               ${TESTSBASE}/sys
6
7 TESTS_SUBDIRS+=         acl
8 TESTS_SUBDIRS+=         aio
9 TESTS_SUBDIRS+=         capsicum
10 TESTS_SUBDIRS+=         ${_cddl}
11 TESTS_SUBDIRS+=         fifo
12 TESTS_SUBDIRS+=         file
13 TESTS_SUBDIRS+=         fs
14 TESTS_SUBDIRS+=         geom
15 TESTS_SUBDIRS+=         kern
16 TESTS_SUBDIRS+=         kqueue
17 TESTS_SUBDIRS+=         mac
18 TESTS_SUBDIRS+=         mqueue
19 TESTS_SUBDIRS+=         netinet
20 TESTS_SUBDIRS+=         netipsec
21 TESTS_SUBDIRS+=         netpfil
22 TESTS_SUBDIRS+=         opencrypto
23 TESTS_SUBDIRS+=         posixshm
24 TESTS_SUBDIRS+=         sys
25 TESTS_SUBDIRS+=         vfs
26 TESTS_SUBDIRS+=         vm
27
28 .if ${MK_CDDL} != "no"
29 _cddl=  cddl
30 .endif
31
32 # Items not integrated into kyua runs by default
33 SUBDIR+=                pjdfstest
34
35 .include <bsd.test.mk>