fixed broken coverage meassurement in integration test
included the objects of shellmatta instead of the test files
This commit is contained in:
parent
fc8a34dd1c
commit
c9252029fd
2
makefile
2
makefile
@ -82,7 +82,7 @@ integrationtest: $(INTEGRATIONTEST_TARGET)
|
|||||||
@echo running test:
|
@echo running test:
|
||||||
-$(INTEGRATIONTEST_TARGET)
|
-$(INTEGRATIONTEST_TARGET)
|
||||||
#gcov -o output/test $(TEST_CPPOBJ) -r
|
#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
|
#-rm *.gcov
|
||||||
|
|
||||||
example: $(EXAMPLE_TARGET)
|
example: $(EXAMPLE_TARGET)
|
||||||
|
Loading…
Reference in New Issue
Block a user