浏览代码

Makefile: actually, don't delete the gcno files

We need to keep the gcno files, because they are created at compile time.
teor 5 年之前
父节点
当前提交
f0cd8f804f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -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