aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-08-03 13:23:58 -0400
committerNick Mathewson <nickm@torproject.org>2015-08-03 13:23:58 -0400
commit62e6513b48009adba289243155b93da3212c00c2 (patch)
tree3cb44c91107068ec63fbe3c292c8315950576026 /changes
parent6de49f4d9a9c0f0788e44e7199b935e175fb0ad4 (diff)
downloadtor-62e6513b48009adba289243155b93da3212c00c2.tar.gz
tor-62e6513b48009adba289243155b93da3212c00c2.zip
When building with coverage, run chutney with coverage
Previously, this required me to do stuff like 'cp src/or/tor-cov src/or/tor' , which is pretty embarrassing.
Diffstat (limited to 'changes')
-rw-r--r--changes/chutney-coverage3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/chutney-coverage b/changes/chutney-coverage
new file mode 100644
index 0000000000..53983c87ff
--- /dev/null
+++ b/changes/chutney-coverage
@@ -0,0 +1,3 @@
+ o Testing:
+ - When building Tor with testing coverage enabled, run Chutney tests
+ (if any) using the 'tor-cov' coverage binary.