add command to remove outdated coverage data

Sat, 30 Dec 2023 14:58:06 +0100

author
Mike Becker <universe@uap-core.de>
date
Sat, 30 Dec 2023 14:58:06 +0100
changeset 783
7ca8cf155489
parent 782
74d777455e96
child 784
ba5faf85dec6

add command to remove outdated coverage data

Makefile file | annotate | diff | comparison | revisions
--- a/Makefile	Sat Dec 30 14:32:42 2023 +0100
+++ b/Makefile	Sat Dec 30 14:58:06 2023 +0100
@@ -57,6 +57,8 @@
 	@cd src && $(MAKE) static
 
 check: all
+	$(RMFILE) $(build_dir)/*.gcda
+	$(RMFILE) $(build_dir)/tests/*.gcda
 	$(build_dir)/tests/ucxtest
 
 check-coverage: FORCE

mercurial