aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-04-20 11:20:02 -0400
committerNick Mathewson <nickm@torproject.org>2017-08-08 20:29:34 -0400
commit8ffb49422bffd911dbe0b4aea5a59ad589d785c1 (patch)
tree8df68d98c444d5e128198d424d2038f5ac6059a0 /src/test/test.c
parent6061f5e2bd8272079e5b72e0d19aa2a6ca342e4e (diff)
downloadtor-8ffb49422bffd911dbe0b4aea5a59ad589d785c1.tar.gz
tor-8ffb49422bffd911dbe0b4aea5a59ad589d785c1.zip
test: Add test_hs_common unit tests
Move tests 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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c
index 716902773e..994a97ab00 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -1215,6 +1215,7 @@ struct testgroup_t testgroups[] = {
{ "legacy_hs/", hs_tests },
{ "hs_cache/", hs_cache },
{ "hs_cell/", hs_cell_tests },
+ { "hs_common/", hs_common_tests },
{ "hs_config/", hs_config_tests },
{ "hs_descriptor/", hs_descriptor },
{ "hs_ntor/", hs_ntor_tests },