Refactor Makefile
This commit is contained in:
parent
e0d39fe631
commit
b9e0028e9d
3
Makefile
3
Makefile
@ -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)
|
coverage: ## Run tests and generate coverage report (build/index.html)
|
||||||
@echo ">>> Building tests with coverage...";
|
@echo ">>> Building tests with coverage...";
|
||||||
$(MAKE) test
|
$(MAKE) test
|
||||||
@gcovr
|
@cd build ; \
|
||||||
|
gcovr --config ../gcovr.cfg
|
||||||
@echo ">>> Done";
|
@echo ">>> Done";
|
||||||
|
|
||||||
define ClearTests =
|
define ClearTests =
|
||||||
|
Loading…
Reference in New Issue
Block a user