commit a514e024769083908a35f28ac0df5f2e7b1137b8
parent 33be8d8295415491fc06bee47729e86d9efcd126
Author: teor <teor@torproject.org>
Date: Fri, 5 Apr 2019 12:58:16 +1000
Merge branch 'bug29036-029' into bug29036-29962-034
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
@@ -170,9 +170,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