summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-11-16 02:27:38 +0000
committerngie <ngie@FreeBSD.org>2015-11-16 02:27:38 +0000
commitc1c4a0231026e3b4e98c4d316c14417e19655a5a (patch)
tree6a9fcc978fc2ce36788fd544ea3b07d2af6e1c6c /tests
parentfd9367ff35d3ef67f52f8612ba6df3c487b90f4d (diff)
downloadFreeBSD-src-c1c4a0231026e3b4e98c4d316c14417e19655a5a.zip
FreeBSD-src-c1c4a0231026e3b4e98c4d316c14417e19655a5a.tar.gz
Enable pjdfstest in the FreeBSD test suite by default to get some
coverage on the root file system Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/sys/Makefile b/tests/sys/Makefile
index 015040d..3adf81e 100644
--- a/tests/sys/Makefile
+++ b/tests/sys/Makefile
@@ -13,13 +13,11 @@ TESTS_SUBDIRS+= kqueue
TESTS_SUBDIRS+= mqueue
TESTS_SUBDIRS+= netinet
TESTS_SUBDIRS+= opencrypto
+TESTS_SUBDIRS+= pjdfstest
TESTS_SUBDIRS+= posixshm
TESTS_SUBDIRS+= vfs
TESTS_SUBDIRS+= vm
-# Items not integrated into kyua runs by default
-SUBDIR+= pjdfstest
-
SUBDIR_PARALLEL=
.include <bsd.test.mk>
OpenPOWER on IntegriCloud