]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/Makefile
zfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release) into stable/13
[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+=         devrandom
14 TESTS_SUBDIRS+=         fifo
15 TESTS_SUBDIRS+=         file
16 TESTS_SUBDIRS+=         fs
17 TESTS_SUBDIRS+=         geom
18 TESTS_SUBDIRS+=         kern
19 TESTS_SUBDIRS+=         kqueue
20 TESTS_SUBDIRS+=         mac
21 TESTS_SUBDIRS+=         mqueue
22 TESTS_SUBDIRS+=         net
23 TESTS_SUBDIRS+=         ${_netgraph}
24 TESTS_SUBDIRS+=         netinet
25 TESTS_SUBDIRS+=         netinet6
26 TESTS_SUBDIRS+=         netipsec
27 TESTS_SUBDIRS+=         netmap
28 TESTS_SUBDIRS+=         netpfil
29 TESTS_SUBDIRS+=         opencrypto
30 TESTS_SUBDIRS+=         posixshm
31 TESTS_SUBDIRS+=         sys
32 TESTS_SUBDIRS+=         vfs
33 TESTS_SUBDIRS+=         vm
34 TESTS_SUBDIRS+=         vmm
35
36 .if ${MK_AUDIT} != "no"
37 _audit= audit
38 .endif
39
40 .if ${MK_CDDL} != "no"
41 _cddl=  cddl
42 .endif
43
44 .if ${MK_NETGRAPH} != "no"
45 _netgraph= netgraph
46 .endif
47
48 # Items not integrated into kyua runs by default
49 SUBDIR+=                pjdfstest
50
51 SUBDIR+=                common
52
53 .include <bsd.test.mk>