diff options
author | David Goulet <dgoulet@torproject.org> | 2017-04-20 10:04:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-08 20:29:34 -0400 |
commit | 6061f5e2bd8272079e5b72e0d19aa2a6ca342e4e (patch) | |
tree | 974668263356fd1e1cba31137a849652232af715 /src/test/test.c | |
parent | 472835d6e94134d7e30e390c4e294bd3a3af5eaa (diff) | |
download | tor-6061f5e2bd8272079e5b72e0d19aa2a6ca342e4e.tar.gz tor-6061f5e2bd8272079e5b72e0d19aa2a6ca342e4e.zip |
test: Add test_hs_ntor unit tests
Move the ntor test from test_hs_service.c to this file.
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/test/test.c')
-rw-r--r-- | src/test/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c index 2a2d5ba644..716902773e 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -1217,6 +1217,7 @@ struct testgroup_t testgroups[] = { { "hs_cell/", hs_cell_tests }, { "hs_config/", hs_config_tests }, { "hs_descriptor/", hs_descriptor }, + { "hs_ntor/", hs_ntor_tests }, { "hs_service/", hs_service_tests }, { "hs_client/", hs_client_tests }, { "hs_intropoint/", hs_intropoint_tests }, |