xref: /freebsd/tests/sys/Makefile (revision 0ddaa4c86d68e8dacee8a78877e5742d53c122b3)
12fae26bdSAlan Somers.include <src.opts.mk>
22fae26bdSAlan Somers
3fa809347SEnji CooperTESTSDIR=		${TESTSBASE}/sys
4fa809347SEnji Cooper
5b3af24b4SEnji CooperTESTS_SUBDIRS+=		acl
6f44eb013SEnji CooperTESTS_SUBDIRS+=		aio
7*0ddaa4c8SAndrew TurnerTESTS_SUBDIRS+=		arch
8b1ce931bSAlan SomersTESTS_SUBDIRS+=		${_audit}
93468bf40SAlan SomersTESTS_SUBDIRS+=		auditpipe
1060d717baSAlan SomersTESTS_SUBDIRS+=		cam
118ce99bb4SJohn BaldwinTESTS_SUBDIRS+=		capsicum
122fae26bdSAlan SomersTESTS_SUBDIRS+=		${_cddl}
1381612921SJessica Clarke# XXX: Currently broken in CI
1481612921SJessica Clarke#TESTS_SUBDIRS+=		compat32
15403c0413SConrad MeyerTESTS_SUBDIRS+=		devrandom
163cedbec3SEnji CooperTESTS_SUBDIRS+=		fifo
173cedbec3SEnji CooperTESTS_SUBDIRS+=		file
18669c2535SEnji CooperTESTS_SUBDIRS+=		fs
1909d98641SEnji CooperTESTS_SUBDIRS+=		geom
207b51b855SAlan SomersTESTS_SUBDIRS+=		kern
2170598e50SEnji CooperTESTS_SUBDIRS+=		kqueue
22870c2f7aSEnji CooperTESTS_SUBDIRS+=		mac
23e100f6a2SEnji CooperTESTS_SUBDIRS+=		mqueue
24475b483aSKristof ProvostTESTS_SUBDIRS+=		net
25c9144ec1SEd MasteTESTS_SUBDIRS+=		${_netgraph}
26f227705fSAlan SomersTESTS_SUBDIRS+=		netinet
27f74e6e49SBjoern A. ZeebTESTS_SUBDIRS+=		netinet6
284fbebc74SKristof ProvostTESTS_SUBDIRS+=		netipsec
293873bdc2SAlexander V. ChernikovTESTS_SUBDIRS+=		netlink
302a8682a8SVincenzo MaffioneTESTS_SUBDIRS+=		netmap
311d6f5f21SKristof ProvostTESTS_SUBDIRS+=		netpfil
3208fca7a5SJohn-Mark GurneyTESTS_SUBDIRS+=		opencrypto
334fdc3d75SEnji CooperTESTS_SUBDIRS+=		posixshm
34eea7c615SAlan SomersTESTS_SUBDIRS+=		ses
3595eb4b87SChristos MargiolisTESTS_SUBDIRS+=		sound
368907f744SAlan SomersTESTS_SUBDIRS+=		sys
37b2e7f204SEnji CooperTESTS_SUBDIRS+=		vfs
3842484f6fSEnji CooperTESTS_SUBDIRS+=		vm
39a8540490SCyril ZhangTESTS_SUBDIRS+=		vmm
40fa809347SEnji Cooper
41b1ce931bSAlan Somers.if ${MK_AUDIT} != "no"
42b1ce931bSAlan Somers_audit=	audit
43b1ce931bSAlan Somers.endif
44b1ce931bSAlan Somers
452fae26bdSAlan Somers.if ${MK_CDDL} != "no"
462fae26bdSAlan Somers_cddl=	cddl
472fae26bdSAlan Somers.endif
482fae26bdSAlan Somers
49c9144ec1SEd Maste.if ${MK_NETGRAPH} != "no"
50c9144ec1SEd Maste_netgraph= netgraph
51c9144ec1SEd Maste.endif
52c9144ec1SEd Maste
53fa809347SEnji Cooper# Items not integrated into kyua runs by default
54fa809347SEnji CooperSUBDIR+=		pjdfstest
55a8eb96d5SAlan Somers
5606aac31aSKristof ProvostSUBDIR+=		common
5706aac31aSKristof Provost
58a8eb96d5SAlan Somers.include <bsd.test.mk>
59