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 23c9144ec1SEd MasteTESTS_SUBDIRS+= ${_netgraph} 24f227705fSAlan SomersTESTS_SUBDIRS+= netinet 25f74e6e49SBjoern A. ZeebTESTS_SUBDIRS+= netinet6 264fbebc74SKristof ProvostTESTS_SUBDIRS+= netipsec 273873bdc2SAlexander V. ChernikovTESTS_SUBDIRS+= netlink 282a8682a8SVincenzo MaffioneTESTS_SUBDIRS+= netmap 291d6f5f21SKristof ProvostTESTS_SUBDIRS+= netpfil 3008fca7a5SJohn-Mark GurneyTESTS_SUBDIRS+= opencrypto 314fdc3d75SEnji CooperTESTS_SUBDIRS+= posixshm 32eea7c615SAlan SomersTESTS_SUBDIRS+= ses 338907f744SAlan SomersTESTS_SUBDIRS+= sys 34b2e7f204SEnji CooperTESTS_SUBDIRS+= vfs 3542484f6fSEnji CooperTESTS_SUBDIRS+= vm 36a8540490SCyril ZhangTESTS_SUBDIRS+= vmm 37fa809347SEnji Cooper 38b1ce931bSAlan Somers.if ${MK_AUDIT} != "no" 39b1ce931bSAlan Somers_audit= audit 40b1ce931bSAlan Somers.endif 41b1ce931bSAlan Somers 422fae26bdSAlan Somers.if ${MK_CDDL} != "no" 432fae26bdSAlan Somers_cddl= cddl 442fae26bdSAlan Somers.endif 452fae26bdSAlan Somers 46c9144ec1SEd Maste.if ${MK_NETGRAPH} != "no" 47c9144ec1SEd Maste_netgraph= netgraph 48c9144ec1SEd Maste.endif 49c9144ec1SEd Maste 50fa809347SEnji Cooper# Items not integrated into kyua runs by default 51fa809347SEnji CooperSUBDIR+= pjdfstest 52a8eb96d5SAlan Somers 5306aac31aSKristof ProvostSUBDIR+= common 5406aac31aSKristof Provost 55a8eb96d5SAlan Somers.include <bsd.test.mk> 56