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 /changes | |
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 'changes')
-rw-r--r-- | changes/bug9267 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug9267 b/changes/bug9267 new file mode 100644 index 0000000000..95a621148d --- /dev/null +++ b/changes/bug9267 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Added optional parameter to contrib/coverage script to specify directory + to put gcov files in, and added reset-gcov target to top-level makefile. + Fixes bug #9267. |