003 File Manager
Current Path:
/usr/src/tests/sys
usr
/
src
/
tests
/
sys
/
📁
..
📄
Makefile
(908 B)
📄
Makefile.depend
(176 B)
📄
Makefile.inc
(54 B)
📁
acl
📁
aio
📁
audit
📁
auditpipe
📁
capsicum
📁
cddl
📁
common
📁
devrandom
📁
fifo
📁
file
📁
fs
📁
geom
📁
kern
📁
kqueue
📁
mac
📁
mqueue
📁
net
📁
netgraph
📁
netinet
📁
netinet6
📁
netipsec
📁
netmap
📁
netpfil
📁
opencrypto
📁
pjdfstest
📁
posixshm
📁
sys
📁
vfs
📁
vm
Editing: Makefile
# $FreeBSD$ .include <src.opts.mk> TESTSDIR= ${TESTSBASE}/sys TESTS_SUBDIRS+= acl TESTS_SUBDIRS+= aio TESTS_SUBDIRS+= ${_audit} TESTS_SUBDIRS+= auditpipe TESTS_SUBDIRS+= capsicum TESTS_SUBDIRS+= ${_cddl} TESTS_SUBDIRS+= devrandom TESTS_SUBDIRS+= fifo TESTS_SUBDIRS+= file TESTS_SUBDIRS+= fs TESTS_SUBDIRS+= geom TESTS_SUBDIRS+= kern TESTS_SUBDIRS+= kqueue TESTS_SUBDIRS+= mac TESTS_SUBDIRS+= mqueue TESTS_SUBDIRS+= net TESTS_SUBDIRS+= netgraph TESTS_SUBDIRS+= netinet TESTS_SUBDIRS+= netinet6 TESTS_SUBDIRS+= netipsec TESTS_SUBDIRS+= netmap TESTS_SUBDIRS+= netpfil TESTS_SUBDIRS+= opencrypto TESTS_SUBDIRS+= posixshm TESTS_SUBDIRS+= sys TESTS_SUBDIRS+= vfs TESTS_SUBDIRS+= vm .if ${MK_AUDIT} != "no" _audit= audit .endif .if ${MK_CDDL} != "no" _cddl= cddl .endif # Items not integrated into kyua runs by default SUBDIR+= pjdfstest SUBDIR+= common .include <bsd.test.mk>
Upload File
Create Folder