Refactor Makefile

This commit is contained in:
Ricardo Montañana Gómez 2023-10-06 01:28:27 +02:00
parent e0d39fe631
commit b9e0028e9d
Signed by: rmontanana
GPG Key ID: 46064262FD9A7ADE

View File

@ -60,7 +60,8 @@ test: ## Run tests (opt="-s") to verbose output the tests, (opt="-c='Test Maximu
coverage: ## Run tests and generate coverage report (build/index.html)
@echo ">>> Building tests with coverage...";
$(MAKE) test
@gcovr
@cd build ; \
gcovr --config ../gcovr.cfg
@echo ">>> Done";
define ClearTests =