Procházet zdrojové kódy

Merge branch 'bug29036-029' into bug29036-29962-034

teor před 5 roky
rodič
revize
a514e02476
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Makefile.am

+ 1 - 1
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