Complete adding coverage

This commit is contained in:
2023-07-18 11:20:40 +02:00
parent ca72a34131
commit c0e92cc469
6 changed files with 758 additions and 9 deletions

View File

@@ -37,6 +37,8 @@ coverage: ## Run tests and generate coverage report (build/index.html)
find . -name "*.gcda" -print0 | xargs -0 rm
@cd build; \
cmake --build . --target unit_tests ;
@cd build/tests; \
./unit_tests;
gcovr ;
help: ## Show help message