mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
${builddir:-.}/src/test/test_workqueue \
|
||||
--no-eventfd2 --no-eventfd --no-pipe2 --no-pipe
|
||||
Reference in New Issue
Block a user