소스 검색

fixed broken coverage meassurement in integration test
included the objects of shellmatta instead of the test files

prozessorkern 5 년 전
부모
커밋
c9252029fd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      makefile

+ 1 - 1
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)