diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-06-08 17:29:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-06-08 17:29:06 -0400 |
commit | 3cc374456bc9428fac3ce95203d15ebbe393c09c (patch) | |
tree | b97c1a4a79e16cd045abaed170c1875f67c6dad4 /changes | |
parent | 1e330e1947b750be12b217c944534f9284509751 (diff) | |
download | tor-3cc374456bc9428fac3ce95203d15ebbe393c09c.tar.gz tor-3cc374456bc9428fac3ce95203d15ebbe393c09c.zip |
Add several test scripts wrapping test_workqueue
This is a fairly easy way for us to get our test coverage up on
compat_threads.c and workqueue.c -- I already implemented these
tests, so we might as well enable them.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/workqueue_tests | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/workqueue_tests b/changes/workqueue_tests new file mode 100644 index 0000000000..7c5d756f76 --- /dev/null +++ b/changes/workqueue_tests @@ -0,0 +1,4 @@ + o Testing: + - Run more workqueue tests as part of "make check". These had previously + been implemented, but you needed to know special command-line options + to enable them. |