aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2020-01-14 11:29:08 -0500
committerNick Mathewson <nickm@torproject.org>2020-01-21 10:31:29 -0500
commit7c18860c3e0403246af0d9d79cecc79f97c7f2d6 (patch)
tree7ea14945cb84fc87e6bd02b1709eb4a18ac453ff /src/test/test.c
parentfaada6af8d77eee40499be06acfab80d0ffac97f (diff)
downloadtor-7c18860c3e0403246af0d9d79cecc79f97c7f2d6.tar.gz
tor-7c18860c3e0403246af0d9d79cecc79f97c7f2d6.zip
test: Add HS onion balance tests
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/test/test.c')
-rw-r--r--src/test/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c
index 1742f1d952..4b6082ce4f 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -721,6 +721,7 @@ struct testgroup_t testgroups[] = {
{ "hs_dos/", hs_dos_tests },
{ "hs_intropoint/", hs_intropoint_tests },
{ "hs_ntor/", hs_ntor_tests },
+ { "hs_ob/", hs_ob_tests },
{ "hs_service/", hs_service_tests },
{ "introduce/", introduce_tests },
{ "keypin/", keypin_tests },