소스 검색

force make to run tests single threaded by adding fake dependencies to all other test targets

stefan 9 달 전
부모
커밋
7520310508
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      makefile

+ 1 - 1
makefile

@@ -112,7 +112,7 @@ cppcheck:
 	cppcheck-htmlreport --file=output/cppcheck/cppcheck.xml --title="Shellmatta" --report-dir=output/cppcheck/html
 
 
-$(TEST_RUN_TARGETS): $(TEST_TARGETS)
+$(TEST_RUN_TARGETS): $(TEST_TARGETS) $(filter-out $@,$(TEST_RUN_TARGETS))
 	- @mkdir -p output/test/$@/report
 	@echo running test $@:
 #	remove coverage from former run