xref: /freebsd-12.1/tests/sys/Makefile (revision c8ef9498)
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
96fd01383SAlan SomersTESTS_SUBDIRS+=		${_audit}
103468bf40SAlan SomersTESTS_SUBDIRS+=		auditpipe
118ce99bb4SJohn BaldwinTESTS_SUBDIRS+=		capsicum
122fae26bdSAlan SomersTESTS_SUBDIRS+=		${_cddl}
133cedbec3SEnji CooperTESTS_SUBDIRS+=		fifo
143cedbec3SEnji CooperTESTS_SUBDIRS+=		file
15669c2535SEnji CooperTESTS_SUBDIRS+=		fs
1609d98641SEnji CooperTESTS_SUBDIRS+=		geom
177b51b855SAlan SomersTESTS_SUBDIRS+=		kern
1870598e50SEnji CooperTESTS_SUBDIRS+=		kqueue
19870c2f7aSEnji CooperTESTS_SUBDIRS+=		mac
20e100f6a2SEnji CooperTESTS_SUBDIRS+=		mqueue
21f227705fSAlan SomersTESTS_SUBDIRS+=		netinet
224fbebc74SKristof ProvostTESTS_SUBDIRS+=		netipsec
231b1076c4SVincenzo MaffioneTESTS_SUBDIRS+=		netmap
241d6f5f21SKristof ProvostTESTS_SUBDIRS+=		netpfil
2508fca7a5SJohn-Mark GurneyTESTS_SUBDIRS+=		opencrypto
264fdc3d75SEnji CooperTESTS_SUBDIRS+=		posixshm
278907f744SAlan SomersTESTS_SUBDIRS+=		sys
28b2e7f204SEnji CooperTESTS_SUBDIRS+=		vfs
2942484f6fSEnji CooperTESTS_SUBDIRS+=		vm
30fa809347SEnji Cooper
316fd01383SAlan Somers.if ${MK_AUDIT} != "no"
326fd01383SAlan Somers_audit=	audit
336fd01383SAlan Somers.endif
346fd01383SAlan Somers
352fae26bdSAlan Somers.if ${MK_CDDL} != "no"
362fae26bdSAlan Somers_cddl=	cddl
372fae26bdSAlan Somers.endif
382fae26bdSAlan Somers
39fa809347SEnji Cooper# Items not integrated into kyua runs by default
40fa809347SEnji CooperSUBDIR+=		pjdfstest
41a8eb96d5SAlan Somers
42*c8ef9498SKristof ProvostSUBDIR+=		common
43*c8ef9498SKristof Provost
44a8eb96d5SAlan Somers.include <bsd.test.mk>
45