浏览代码

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