xref: /freebsd/tests/sys/Makefile (revision 60d717baf2144cf344ec9b47d715ce837b5d46d4)
12fae26bdSAlan Somers.include <src.opts.mk>
22fae26bdSAlan Somers
3fa809347SEnji CooperTESTSDIR=		${TESTSBASE}/sys
4fa809347SEnji Cooper
5b3af24b4SEnji CooperTESTS_SUBDIRS+=		acl
6f44eb013SEnji CooperTESTS_SUBDIRS+=		aio
7b1ce931bSAlan SomersTESTS_SUBDIRS+=		${_audit}
83468bf40SAlan SomersTESTS_SUBDIRS+=		auditpipe
9*60d717baSAlan SomersTESTS_SUBDIRS+=		cam
108ce99bb4SJohn BaldwinTESTS_SUBDIRS+=		capsicum
112fae26bdSAlan SomersTESTS_SUBDIRS+=		${_cddl}
1281612921SJessica Clarke# XXX: Currently broken in CI
1381612921SJessica Clarke#TESTS_SUBDIRS+=		compat32
14403c0413SConrad MeyerTESTS_SUBDIRS+=		devrandom
153cedbec3SEnji CooperTESTS_SUBDIRS+=		fifo
163cedbec3SEnji CooperTESTS_SUBDIRS+=		file
17669c2535SEnji CooperTESTS_SUBDIRS+=		fs
1809d98641SEnji CooperTESTS_SUBDIRS+=		geom
197b51b855SAlan SomersTESTS_SUBDIRS+=		kern
2070598e50SEnji CooperTESTS_SUBDIRS+=		kqueue
21870c2f7aSEnji CooperTESTS_SUBDIRS+=		mac
22e100f6a2SEnji CooperTESTS_SUBDIRS+=		mqueue
23475b483aSKristof ProvostTESTS_SUBDIRS+=		net
24c9144ec1SEd MasteTESTS_SUBDIRS+=		${_netgraph}
25f227705fSAlan SomersTESTS_SUBDIRS+=		netinet
26f74e6e49SBjoern A. ZeebTESTS_SUBDIRS+=		netinet6
274fbebc74SKristof ProvostTESTS_SUBDIRS+=		netipsec
283873bdc2SAlexander V. ChernikovTESTS_SUBDIRS+=		netlink
292a8682a8SVincenzo MaffioneTESTS_SUBDIRS+=		netmap
301d6f5f21SKristof ProvostTESTS_SUBDIRS+=		netpfil
3108fca7a5SJohn-Mark GurneyTESTS_SUBDIRS+=		opencrypto
324fdc3d75SEnji CooperTESTS_SUBDIRS+=		posixshm
33eea7c615SAlan SomersTESTS_SUBDIRS+=		ses
3495eb4b87SChristos MargiolisTESTS_SUBDIRS+=		sound
358907f744SAlan SomersTESTS_SUBDIRS+=		sys
36b2e7f204SEnji CooperTESTS_SUBDIRS+=		vfs
3742484f6fSEnji CooperTESTS_SUBDIRS+=		vm
38a8540490SCyril ZhangTESTS_SUBDIRS+=		vmm
39fa809347SEnji Cooper
40b1ce931bSAlan Somers.if ${MK_AUDIT} != "no"
41b1ce931bSAlan Somers_audit=	audit
42b1ce931bSAlan Somers.endif
43b1ce931bSAlan Somers
442fae26bdSAlan Somers.if ${MK_CDDL} != "no"
452fae26bdSAlan Somers_cddl=	cddl
462fae26bdSAlan Somers.endif
472fae26bdSAlan Somers
48c9144ec1SEd Maste.if ${MK_NETGRAPH} != "no"
49c9144ec1SEd Maste_netgraph= netgraph
50c9144ec1SEd Maste.endif
51c9144ec1SEd Maste
52fa809347SEnji Cooper# Items not integrated into kyua runs by default
53fa809347SEnji CooperSUBDIR+=		pjdfstest
54a8eb96d5SAlan Somers
5506aac31aSKristof ProvostSUBDIR+=		common
5606aac31aSKristof Provost
57a8eb96d5SAlan Somers.include <bsd.test.mk>
58