diff options
author | teor <teor@torproject.org> | 2019-04-01 14:07:58 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-04-01 14:07:58 +1000 |
commit | ac28e56ccb402d640f5adde186a765265ce855c7 (patch) | |
tree | 463ac001ec41d416f66882a32f1a5f7ab23d31cf /Makefile.am | |
parent | 6d057c56f170a7d72751b9557c78c2f6ee5735b9 (diff) | |
parent | 57e9fe2bbaa66ee907d68cdf7ebcf2111bd71ac9 (diff) | |
download | tor-ac28e56ccb402d640f5adde186a765265ce855c7.tar.gz tor-ac28e56ccb402d640f5adde186a765265ce855c7.zip |
Merge branch 'bug29036-029' into bug29036-29962-034
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c58140ae74..7e2ee5a84c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -171,7 +171,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 reset-gcov: - rm -f $(top_builddir)/src/*/*.gcda $(top_builddir)/src/*/*/*.gcda + 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 coverage-html: all |