mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
3cc374456b
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.
5 lines
56 B
Bash
Executable File
5 lines
56 B
Bash
Executable File
#!/bin/sh
|
|
|
|
${builddir:-.}/src/test/test_workqueue -C 1
|
|
|