소스 검색

+ 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
 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