diff options
author | teor <teor@torproject.org> | 2019-04-05 12:58:32 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-04-05 12:58:32 +1000 |
commit | db71bceb4048c0274001ee46ebab2c60f8d11259 (patch) | |
tree | 8f979cfc44505c9ffb6f040871ee65412d60befc /Makefile.am | |
parent | 7014e57f4a05d2be5486aedd754272c70d365354 (diff) | |
parent | a514e024769083908a35f28ac0df5f2e7b1137b8 (diff) | |
download | tor-db71bceb4048c0274001ee46ebab2c60f8d11259.tar.gz tor-db71bceb4048c0274001ee46ebab2c60f8d11259.zip |
Merge branch 'bug29036-29962-034' into bug29036-29962-035
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 494c8a178a..b268180c5b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -284,9 +284,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 |