diff options
author | ngie <ngie@FreeBSD.org> | 2017-02-16 05:17:40 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-02-16 05:17:40 +0000 |
commit | c24b3d03cce94f25420879d0872869ee08989f08 (patch) | |
tree | d5117dc38963ba78a1a8c976210312637d60a891 /tests | |
parent | 4375a855a9ebfec903c6ee076c8aa62401e43ffc (diff) | |
download | FreeBSD-src-c24b3d03cce94f25420879d0872869ee08989f08.zip FreeBSD-src-c24b3d03cce94f25420879d0872869ee08989f08.tar.gz |
MFC r295643:
r295643 (by bdrewery):
Test directories can build in parallel fine.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/sys/Makefile | 2 | ||||
-rw-r--r-- | tests/sys/pjdfstest/tests/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/sys/Makefile b/tests/sys/Makefile index c18c387..a11d33e 100644 --- a/tests/sys/Makefile +++ b/tests/sys/Makefile @@ -22,6 +22,4 @@ TESTS_SUBDIRS+= vm # Items not integrated into kyua runs by default SUBDIR+= pjdfstest -SUBDIR_PARALLEL= - .include <bsd.test.mk> diff --git a/tests/sys/pjdfstest/tests/Makefile b/tests/sys/pjdfstest/tests/Makefile index 61b15dd..95b4bbe 100644 --- a/tests/sys/pjdfstest/tests/Makefile +++ b/tests/sys/pjdfstest/tests/Makefile @@ -36,6 +36,4 @@ TESTS_SUBDIRS+= symlink TESTS_SUBDIRS+= truncate TESTS_SUBDIRS+= unlink -SUBDIR_PARALLEL= - .include <bsd.test.mk> |