Ver Fonte

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

stefan há 9 meses atrás
pai
commit
7520310508
1 ficheiros alterados com 1 adições e 1 exclusões
  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