Browse Source

+ Add TEST_PARALLEL, adds -L option to DOTESTOPT

git-svn-id: trunk@40308 -
(cherry picked from commit 122fd555643a17673501a15a4dcb3c68931f22e7)

Conflicts:
	tests/Makefile
pierre 6 years ago
parent
commit
1081f5aad7
2 changed files with 6 additions and 0 deletions
  1. 3 0
      tests/Makefile
  2. 3 0
      tests/Makefile.fpc

+ 3 - 0
tests/Makefile

@@ -2346,6 +2346,9 @@ endif
 ifdef TEST_VERBOSE
 override DOTESTOPT+=-V
 endif
+ifdef TEST_PARALLEL
+override DOTESTOPT+=-L
+endif
 ifdef TEST_BENCH
 override DOTESTOPT+=-D
 endif

+ 3 - 0
tests/Makefile.fpc

@@ -338,6 +338,9 @@ endif
 ifdef TEST_VERBOSE
 override DOTESTOPT+=-V
 endif
+ifdef TEST_PARALLEL
+override DOTESTOPT+=-L
+endif
 # Also display benchmarks
 ifdef TEST_BENCH
 override DOTESTOPT+=-D