aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-04-05 12:58:16 +1000
committerteor <teor@torproject.org>2019-04-05 12:58:16 +1000
commita514e024769083908a35f28ac0df5f2e7b1137b8 (patch)
tree3fb17c03018539b5993637b35b7ba4251288e27c
parent33be8d8295415491fc06bee47729e86d9efcd126 (diff)
parentf0cd8f804f8152355993acf0493b22b668f500b2 (diff)
downloadtor-a514e024769083908a35f28ac0df5f2e7b1137b8.tar.gz
tor-a514e024769083908a35f28ac0df5f2e7b1137b8.zip
Merge branch 'bug29036-029' into bug29036-29962-034
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7e2ee5a84c..191620c062 100644
--- 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