aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_threads.c
AgeCommit message (Collapse)Author
2017-08-24Fix operator usage in src/test/*.cAlexander Færøy
This patch fixes the operator usage in src/test/*.c to use the symbolic operators instead of the normal C comparison operators. This patch was generated using: ./scripts/coccinelle/test-operator-cleanup src/test/*.[ch]
2017-03-15Run the copyright update script.Nick Mathewson
2016-09-09Make a couple more tests run faster.Nick Mathewson
The point of diminishing returns has been reached.
2016-02-27Update the copyright year.Nick Mathewson
2015-10-21More leaks to fix.Nick Mathewson
2015-08-18Use thread-local storage to block event_queue recursion.Nick Mathewson
2015-01-21Fix: change copyright year in workqueue and thread testsDavid Goulet
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
2015-01-14Fix check-spacesNick Mathewson
2015-01-14Add unit test for thread IDs.Nick Mathewson
2015-01-14Basic unit test for condition variables.Nick Mathewson
2015-01-14Move thread tests into their own moduleNick Mathewson