aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2013-07-15 22:33:39 -0700
committerAndrea Shepard <andrea@torproject.org>2013-07-15 22:33:39 -0700
commitd1059a936644f1a3c274f97218c7224622f212df (patch)
tree0877a94701abd72d5c93b921039be00f9c18c640 /Makefile.am
parent55f5caf0963935bebb41ded66416c730c3598cb2 (diff)
downloadtor-d1059a936644f1a3c274f97218c7224622f212df.tar
tor-d1059a936644f1a3c274f97218c7224622f212df.tar.gz
Add optional target directory parameter to coverage script and add reset-gcov target to Makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 1bc1077eb..0361d87ce 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -71,6 +71,9 @@ test: all
test-network: all
./src/test/test-network.sh
+reset-gcov:
+ rm -f src/*/*.gcda
+
# Avoid strlcpy.c, strlcat.c, aes.c, OpenBSD_malloc_Linux.c, sha256.c,
# eventdns.[hc], tinytest*.[ch]
check-spaces: