From b9e0028e9dd2a9143e3876de2661d947cdbb6174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana?= Date: Fri, 6 Oct 2023 01:28:27 +0200 Subject: [PATCH] Refactor Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e8f93c5..4e7b54f 100644 --- a/Makefile +++ b/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) @echo ">>> Building tests with coverage..."; $(MAKE) test - @gcovr + @cd build ; \ + gcovr --config ../gcovr.cfg @echo ">>> Done"; define ClearTests =