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
     1.1 --- a/Makefile	Sat Dec 30 14:32:42 2023 +0100
     1.2 +++ b/Makefile	Sat Dec 30 14:58:06 2023 +0100
     1.3 @@ -57,6 +57,8 @@
     1.4  	@cd src && $(MAKE) static
     1.5  
     1.6  check: all
     1.7 +	$(RMFILE) $(build_dir)/*.gcda
     1.8 +	$(RMFILE) $(build_dir)/tests/*.gcda
     1.9  	$(build_dir)/tests/ucxtest
    1.10  
    1.11  check-coverage: FORCE

mercurial