Unverified Commit f0cd8f80 authored by teor's avatar teor
Browse files

Makefile: actually, don't delete the gcno files

We need to keep the gcno files, because they are created at compile time.
parent 57e9fe2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,9 +148,9 @@ test-full: need-stem-path need-chutney-path check test-network test-stem

test-full-online: need-stem-path need-chutney-path check test-network test-stem-full

# We can't delete the gcno files, because they are created when tor is compiled
reset-gcov:
	rm -f $(top_builddir)/src/*/*.gcda $(top_builddir)/src/*/*/*.gcda \
	      $(top_builddir)/src/*/*.gcno $(top_builddir)/src/*/*/*.gcno \
	      $(top_builddir)/src/*/*.gcov $(top_builddir)/src/*/*/*.gcov

HTML_COVER_DIR=$(top_builddir)/coverage_html