Clean up testing pipeline some more... centralized reporting.

This commit is contained in:
Mark VanderVoord
2026-05-18 11:53:26 -04:00
parent ed99435177
commit c7b0faabdc
5 changed files with 88 additions and 25 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ TARGET = build/testunity-cov.exe
# To generate coverage, call 'make -s', the default target runs.
# For verbose output of all the tests, run 'make test'.
default: coverage
default: test
.PHONY: default coverage test clean
coverage: $(SRC1) $(SRC2) $(SRC3) $(SRC4) $(SRC5) $(SRC6) $(SRC7) $(SRC8)
cd $(BUILD_DIR) && \