xref: /freebsd-13.1/tests/sys/Makefile (revision 2d4c599e)
1a8eb96d5SAlan Somers# $FreeBSD$
2a8eb96d5SAlan Somers
32fae26bdSAlan Somers.include <src.opts.mk>
42fae26bdSAlan Somers
5fa809347SEnji CooperTESTSDIR=		${TESTSBASE}/sys
6fa809347SEnji Cooper
7b3af24b4SEnji CooperTESTS_SUBDIRS+=		acl
8f44eb013SEnji CooperTESTS_SUBDIRS+=		aio
9b1ce931bSAlan SomersTESTS_SUBDIRS+=		${_audit}
103468bf40SAlan SomersTESTS_SUBDIRS+=		auditpipe
118ce99bb4SJohn BaldwinTESTS_SUBDIRS+=		capsicum
122fae26bdSAlan SomersTESTS_SUBDIRS+=		${_cddl}
13403c0413SConrad MeyerTESTS_SUBDIRS+=		devrandom
143cedbec3SEnji CooperTESTS_SUBDIRS+=		fifo
153cedbec3SEnji CooperTESTS_SUBDIRS+=		file
16669c2535SEnji CooperTESTS_SUBDIRS+=		fs
1709d98641SEnji CooperTESTS_SUBDIRS+=		geom
187b51b855SAlan SomersTESTS_SUBDIRS+=		kern
1970598e50SEnji CooperTESTS_SUBDIRS+=		kqueue
20870c2f7aSEnji CooperTESTS_SUBDIRS+=		mac
21e100f6a2SEnji CooperTESTS_SUBDIRS+=		mqueue
22475b483aSKristof ProvostTESTS_SUBDIRS+=		net
23ae2e0542SEd MasteTESTS_SUBDIRS+=		${_netgraph}
24f227705fSAlan SomersTESTS_SUBDIRS+=		netinet
25f74e6e49SBjoern A. ZeebTESTS_SUBDIRS+=		netinet6
264fbebc74SKristof ProvostTESTS_SUBDIRS+=		netipsec
272a8682a8SVincenzo MaffioneTESTS_SUBDIRS+=		netmap
281d6f5f21SKristof ProvostTESTS_SUBDIRS+=		netpfil
2908fca7a5SJohn-Mark GurneyTESTS_SUBDIRS+=		opencrypto
304fdc3d75SEnji CooperTESTS_SUBDIRS+=		posixshm
318907f744SAlan SomersTESTS_SUBDIRS+=		sys
32b2e7f204SEnji CooperTESTS_SUBDIRS+=		vfs
3342484f6fSEnji CooperTESTS_SUBDIRS+=		vm
34*2d4c599eSCyril ZhangTESTS_SUBDIRS+=		vmm
35fa809347SEnji Cooper
36b1ce931bSAlan Somers.if ${MK_AUDIT} != "no"
37b1ce931bSAlan Somers_audit=	audit
38b1ce931bSAlan Somers.endif
39b1ce931bSAlan Somers
402fae26bdSAlan Somers.if ${MK_CDDL} != "no"
412fae26bdSAlan Somers_cddl=	cddl
422fae26bdSAlan Somers.endif
432fae26bdSAlan Somers
44ae2e0542SEd Maste.if ${MK_NETGRAPH} != "no"
45ae2e0542SEd Maste_netgraph= netgraph
46ae2e0542SEd Maste.endif
47ae2e0542SEd Maste
48fa809347SEnji Cooper# Items not integrated into kyua runs by default
49fa809347SEnji CooperSUBDIR+=		pjdfstest
50a8eb96d5SAlan Somers
5106aac31aSKristof ProvostSUBDIR+=		common
5206aac31aSKristof Provost
53a8eb96d5SAlan Somers.include <bsd.test.mk>
54