diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-10-15 22:55:08 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-10-15 22:55:08 +0000 |
commit | 153205e33f5afb4965e71c9a5bab7edd7ec215af (patch) | |
tree | 8b6b24f8267d31f993df80da9a63b614ae0f2a31 /tests | |
parent | 1b224bebd4cbe6d294a9ab56a4578d337ea4f611 (diff) | |
download | FreeBSD-src-153205e33f5afb4965e71c9a5bab7edd7ec215af.zip FreeBSD-src-153205e33f5afb4965e71c9a5bab7edd7ec215af.tar.gz |
Add more SUBDIR_PARALLEL.
MFC after: 3 weeks
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 1 | ||||
-rw-r--r-- | tests/sys/Makefile | 2 | ||||
-rw-r--r-- | tests/sys/pjdfstest/Makefile | 1 | ||||
-rw-r--r-- | tests/sys/pjdfstest/tests/Makefile | 2 |
4 files changed, 6 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 7fdc5d7..8b3ccb1 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -4,6 +4,7 @@ SUBDIR+= etc SUBDIR+= sys +SUBDIR_PARALLEL= TESTSDIR= ${TESTSBASE} KYUAFILE= yes diff --git a/tests/sys/Makefile b/tests/sys/Makefile index 0f20aa6..41eb34d 100644 --- a/tests/sys/Makefile +++ b/tests/sys/Makefile @@ -18,4 +18,6 @@ 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/Makefile b/tests/sys/pjdfstest/Makefile index 7047811..a398d39 100644 --- a/tests/sys/pjdfstest/Makefile +++ b/tests/sys/pjdfstest/Makefile @@ -2,5 +2,6 @@ SUBDIR+= pjdfstest SUBDIR+= tests +SUBDIR_PARALLEL= .include <bsd.subdir.mk> diff --git a/tests/sys/pjdfstest/tests/Makefile b/tests/sys/pjdfstest/tests/Makefile index 95b4bbe..61b15dd 100644 --- a/tests/sys/pjdfstest/tests/Makefile +++ b/tests/sys/pjdfstest/tests/Makefile @@ -36,4 +36,6 @@ TESTS_SUBDIRS+= symlink TESTS_SUBDIRS+= truncate TESTS_SUBDIRS+= unlink +SUBDIR_PARALLEL= + .include <bsd.test.mk> |