From c1c4a0231026e3b4e98c4d316c14417e19655a5a Mon Sep 17 00:00:00 2001 From: ngie Date: Mon, 16 Nov 2015 02:27:38 +0000 Subject: Enable pjdfstest in the FreeBSD test suite by default to get some coverage on the root file system Sponsored by: EMC / Isilon Storage Division --- tests/sys/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests') 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 -- cgit v1.1