From c9252029fdc1a62fdc73ec97e0d76359f67a8b1f Mon Sep 17 00:00:00 2001 From: prozessorkern Date: Tue, 30 Jul 2019 21:54:21 +0200 Subject: [PATCH] fixed broken coverage meassurement in integration test included the objects of shellmatta instead of the test files --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 73ee68f..f77d6f5 100644 --- a/makefile +++ b/makefile @@ -82,7 +82,7 @@ integrationtest: $(INTEGRATIONTEST_TARGET) @echo running test: -$(INTEGRATIONTEST_TARGET) #gcov -o output/test $(TEST_CPPOBJ) -r - gcovr --html-details --output $(OBJ_DIR)test/integrationtest/report/report.html output/test/integrationtest -f src -f api + gcovr --html-details --output $(OBJ_DIR)test/integrationtest/report/report.html output/src -f src -f api #-rm *.gcov example: $(EXAMPLE_TARGET)