Преглед на файлове

+ Add TEST_PARALLEL, adds -L option to DOTESTOPT

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

Conflicts:
	tests/Makefile
pierre преди 7 години
родител
ревизия
1081f5aad7
променени са 2 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 3 0
      tests/Makefile
  2. 3 0
      tests/Makefile.fpc

+ 3 - 0
tests/Makefile

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

+ 3 - 0
tests/Makefile.fpc

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