aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.h
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2018-11-26 02:18:04 +0100
committerNick Mathewson <nickm@torproject.org>2018-12-17 16:39:28 -0500
commit9b6a10a26f25e0da07e62bd5617b519b0952b40a (patch)
treeb81e247aadd393f97980797473b6eba38ad8b6d2 /src/test/test.h
parente3ceaebba25127a1d4a3da16e9128ab52491c080 (diff)
downloadtor-9b6a10a26f25e0da07e62bd5617b519b0952b40a.tar.gz
tor-9b6a10a26f25e0da07e62bd5617b519b0952b40a.zip
Add slow test for process_t for main loop interaction.
This patch adds test cases for process_t which uses Tor's main loop. This allows us to test that the callbacks are actually invoked by the main loop when we expect them. See: https://bugs.torproject.org/28179
Diffstat (limited to 'src/test/test.h')
-rw-r--r--src/test/test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.h b/src/test/test.h
index 7c17389776..9f72623968 100644
--- a/src/test/test.h
+++ b/src/test/test.h
@@ -270,6 +270,7 @@ extern struct testcase_t voting_schedule_tests[];
extern struct testcase_t x509_tests[];
extern struct testcase_t slow_crypto_tests[];
+extern struct testcase_t slow_process_tests[];
extern struct testcase_t slow_util_tests[];
extern struct testgroup_t testgroups[];