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.
This commit is contained in:
Nick Mathewson
2016-06-08 17:29:06 -04:00
parent 1e330e1947
commit 3cc374456b
9 changed files with 47 additions and 2 deletions
+4
View File
@@ -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.