]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/Makefile
ice(4): Update copyright year to 2024
[FreeBSD/FreeBSD.git] / tests / sys / Makefile
1
2 .include <src.opts.mk>
3
4 TESTSDIR=               ${TESTSBASE}/sys
5
6 TESTS_SUBDIRS+=         acl
7 TESTS_SUBDIRS+=         aio
8 TESTS_SUBDIRS+=         ${_audit}
9 TESTS_SUBDIRS+=         auditpipe
10 TESTS_SUBDIRS+=         capsicum
11 TESTS_SUBDIRS+=         ${_cddl}
12 # XXX: Currently broken in CI
13 #TESTS_SUBDIRS+=                compat32
14 TESTS_SUBDIRS+=         devrandom
15 TESTS_SUBDIRS+=         fifo
16 TESTS_SUBDIRS+=         file
17 TESTS_SUBDIRS+=         fs
18 TESTS_SUBDIRS+=         geom
19 TESTS_SUBDIRS+=         kern
20 TESTS_SUBDIRS+=         kqueue
21 TESTS_SUBDIRS+=         mac
22 TESTS_SUBDIRS+=         mqueue
23 TESTS_SUBDIRS+=         net
24 TESTS_SUBDIRS+=         ${_netgraph}
25 TESTS_SUBDIRS+=         netinet
26 TESTS_SUBDIRS+=         netinet6
27 TESTS_SUBDIRS+=         netipsec
28 TESTS_SUBDIRS+=         netlink
29 TESTS_SUBDIRS+=         netmap
30 TESTS_SUBDIRS+=         netpfil
31 TESTS_SUBDIRS+=         opencrypto
32 TESTS_SUBDIRS+=         posixshm
33 TESTS_SUBDIRS+=         ses
34 TESTS_SUBDIRS+=         sys
35 TESTS_SUBDIRS+=         vfs
36 TESTS_SUBDIRS+=         vm
37 TESTS_SUBDIRS+=         vmm
38
39 .if ${MK_AUDIT} != "no"
40 _audit= audit
41 .endif
42
43 .if ${MK_CDDL} != "no"
44 _cddl=  cddl
45 .endif
46
47 .if ${MK_NETGRAPH} != "no"
48 _netgraph= netgraph
49 .endif
50
51 # Items not integrated into kyua runs by default
52 SUBDIR+=                pjdfstest
53
54 SUBDIR+=                common
55
56 .include <bsd.test.mk>