]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/Makefile
MFC r350748,353792-353794,353963,353965-353966,354016-354017,
[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+=         ${_audit}
10 TESTS_SUBDIRS+=         auditpipe
11 TESTS_SUBDIRS+=         capsicum
12 TESTS_SUBDIRS+=         ${_cddl}
13 TESTS_SUBDIRS+=         fifo
14 TESTS_SUBDIRS+=         file
15 TESTS_SUBDIRS+=         fs
16 TESTS_SUBDIRS+=         geom
17 TESTS_SUBDIRS+=         kern
18 TESTS_SUBDIRS+=         kqueue
19 TESTS_SUBDIRS+=         mac
20 TESTS_SUBDIRS+=         mqueue
21 TESTS_SUBDIRS+=         netinet
22 TESTS_SUBDIRS+=         netinet6
23 TESTS_SUBDIRS+=         netipsec
24 TESTS_SUBDIRS+=         netmap
25 TESTS_SUBDIRS+=         netpfil
26 TESTS_SUBDIRS+=         opencrypto
27 TESTS_SUBDIRS+=         posixshm
28 TESTS_SUBDIRS+=         sys
29 TESTS_SUBDIRS+=         vfs
30 TESTS_SUBDIRS+=         vm
31
32 .if ${MK_AUDIT} != "no"
33 _audit= audit
34 .endif
35
36 .if ${MK_CDDL} != "no"
37 _cddl=  cddl
38 .endif
39
40 # Items not integrated into kyua runs by default
41 SUBDIR+=                pjdfstest
42
43 SUBDIR+=                common
44
45 .include <bsd.test.mk>