]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/Makefile
Import device-tree files from Linux 6.2
[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 # XXX: Currently broken in CI
14 #TESTS_SUBDIRS+=                compat32
15 TESTS_SUBDIRS+=         devrandom
16 TESTS_SUBDIRS+=         fifo
17 TESTS_SUBDIRS+=         file
18 TESTS_SUBDIRS+=         fs
19 TESTS_SUBDIRS+=         geom
20 TESTS_SUBDIRS+=         kern
21 TESTS_SUBDIRS+=         kqueue
22 TESTS_SUBDIRS+=         mac
23 TESTS_SUBDIRS+=         mqueue
24 TESTS_SUBDIRS+=         net
25 TESTS_SUBDIRS+=         ${_netgraph}
26 TESTS_SUBDIRS+=         netinet
27 TESTS_SUBDIRS+=         netinet6
28 TESTS_SUBDIRS+=         netipsec
29 TESTS_SUBDIRS+=         netlink
30 TESTS_SUBDIRS+=         netmap
31 TESTS_SUBDIRS+=         netpfil
32 TESTS_SUBDIRS+=         opencrypto
33 TESTS_SUBDIRS+=         posixshm
34 TESTS_SUBDIRS+=         ses
35 TESTS_SUBDIRS+=         sys
36 TESTS_SUBDIRS+=         vfs
37 TESTS_SUBDIRS+=         vm
38 TESTS_SUBDIRS+=         vmm
39
40 .if ${MK_AUDIT} != "no"
41 _audit= audit
42 .endif
43
44 .if ${MK_CDDL} != "no"
45 _cddl=  cddl
46 .endif
47
48 .if ${MK_NETGRAPH} != "no"
49 _netgraph= netgraph
50 .endif
51
52 # Items not integrated into kyua runs by default
53 SUBDIR+=                pjdfstest
54
55 SUBDIR+=                common
56
57 .include <bsd.test.mk>