summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-01-23 11:15:53 -0500
committerNick Mathewson <nickm@torproject.org>2015-01-23 11:15:53 -0500
commit7322de15dc2f0858291f40df1a55a66c80b7fda9 (patch)
tree5d1159b5330c587667a6ea369c93e3160be59175 /changes
parent420037dcefade09f43e4a6e44282ed04f9f3ac52 (diff)
downloadtor-7322de15dc2f0858291f40df1a55a66c80b7fda9.tar.gz
tor-7322de15dc2f0858291f40df1a55a66c80b7fda9.zip
Split the slow unit tests into their own binary
This can run in parallel with the faster ones and the other tests.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket132433
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket13243 b/changes/ticket13243
new file mode 100644
index 0000000000..ad6e4de505
--- /dev/null
+++ b/changes/ticket13243
@@ -0,0 +1,3 @@
+ o Testing:
+ - Move the slower unit tests into a new "./src/test/test-slow" binary
+ that can be run independently of the other tests. Closes ticket 13243.