diff options
author | Andrea Shepard <andrea@torproject.org> | 2013-07-15 22:33:39 -0700 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2013-07-15 22:33:39 -0700 |
commit | d1059a936644f1a3c274f97218c7224622f212df (patch) | |
tree | 0877a94701abd72d5c93b921039be00f9c18c640 /Makefile.am | |
parent | 55f5caf0963935bebb41ded66416c730c3598cb2 (diff) | |
download | tor-d1059a936644f1a3c274f97218c7224622f212df.tar.gz tor-d1059a936644f1a3c274f97218c7224622f212df.zip |
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.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1bc1077ebb..0361d87cec 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: |