diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-11-09 10:54:00 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-11-11 11:47:25 -0500 |
commit | 38123ffa23355d4607987a9fd0dc7b0595e787a7 (patch) | |
tree | fd21df5d3f352a0fb7dcf2bc2870fb237c074156 /changes | |
parent | 46d236c68428a0fd0f008ec2a34ae08f1640b9b7 (diff) | |
download | tor-38123ffa23355d4607987a9fd0dc7b0595e787a7.tar.gz tor-38123ffa23355d4607987a9fd0dc7b0595e787a7.zip |
Fix the bench_{aes,dmap} test functions to work with TT
TT expects them to be named test_bench_{aes,dmap}. Also change the
DISABLED macro to reflect that.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/test_bench | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/test_bench b/changes/test_bench new file mode 100644 index 0000000000..8ae895b116 --- /dev/null +++ b/changes/test_bench @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Rename the bench_{aes,dmap} functions to test_*, so that tinytest can + pick them up when the tests aren't disabled. Bugfix on 0.2.2.4-alpha + which introduced tinytest. + |