diff options
author | David Goulet <dgoulet@torproject.org> | 2017-01-13 11:20:31 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2017-07-13 16:49:08 -0400 |
commit | 93774dcb5458115652e0be5cdfaf198967b8a31e (patch) | |
tree | a2a8655730a5affb08ffc478aacc57451cd9e7da /src/test/test_helpers.h | |
parent | 74193b932115a82417dc312721ffe0a10a7ed6dc (diff) | |
download | tor-93774dcb5458115652e0be5cdfaf198967b8a31e.tar.gz tor-93774dcb5458115652e0be5cdfaf198967b8a31e.zip |
test: Add HS v2 service configuration unit tests
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/test/test_helpers.h')
-rw-r--r-- | src/test/test_helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_helpers.h b/src/test/test_helpers.h index 96a4b594eb..847104a40a 100644 --- a/src/test/test_helpers.h +++ b/src/test/test_helpers.h @@ -24,6 +24,7 @@ int mock_tor_addr_lookup__fail_on_bad_addrs(const char *name, connection_t *test_conn_get_connection(uint8_t state, uint8_t type, uint8_t purpose); +or_options_t *helper_parse_options(const char *conf); extern const char TEST_DESCRIPTORS[]; |