Changeset View
Changeset View
Standalone View
Standalone View
tests/sys/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| .include <src.opts.mk> | .include <src.opts.mk> | ||||
| TESTSDIR= ${TESTSBASE}/sys | TESTSDIR= ${TESTSBASE}/sys | ||||
| TESTS_SUBDIRS+= acl | TESTS_SUBDIRS+= acl | ||||
| TESTS_SUBDIRS+= aio | TESTS_SUBDIRS+= aio | ||||
| TESTS_SUBDIRS+= audit | TESTS_SUBDIRS+= audit | ||||
| TESTS_SUBDIRS+= auditpipe | TESTS_SUBDIRS+= auditpipe | ||||
| TESTS_SUBDIRS+= capsicum | TESTS_SUBDIRS+= capsicum | ||||
| TESTS_SUBDIRS+= ${_cddl} | TESTS_SUBDIRS+= ${_cddl} | ||||
| TESTS_SUBDIRS+= fifo | TESTS_SUBDIRS+= fifo | ||||
| TESTS_SUBDIRS+= file | TESTS_SUBDIRS+= file | ||||
| TESTS_SUBDIRS+= fs | TESTS_SUBDIRS+= fs | ||||
| .if ${MK_OPENSSL} != "no" | |||||
| TESTS_SUBDIRS+= geom | TESTS_SUBDIRS+= geom | ||||
| .endif | |||||
emaste: can we reduce the scope of this to only skipping one (or a few) tests rather than all of geom/? | |||||
| TESTS_SUBDIRS+= kern | TESTS_SUBDIRS+= kern | ||||
| TESTS_SUBDIRS+= kqueue | TESTS_SUBDIRS+= kqueue | ||||
| TESTS_SUBDIRS+= mac | TESTS_SUBDIRS+= mac | ||||
| TESTS_SUBDIRS+= mqueue | TESTS_SUBDIRS+= mqueue | ||||
| TESTS_SUBDIRS+= netinet | TESTS_SUBDIRS+= netinet | ||||
| TESTS_SUBDIRS+= netipsec | TESTS_SUBDIRS+= netipsec | ||||
| TESTS_SUBDIRS+= netpfil | TESTS_SUBDIRS+= netpfil | ||||
| TESTS_SUBDIRS+= opencrypto | TESTS_SUBDIRS+= opencrypto | ||||
| Show All 13 Lines | |||||
can we reduce the scope of this to only skipping one (or a few) tests rather than all of geom/?