diff options
author | David Goulet <dgoulet@torproject.org> | 2017-11-20 12:10:07 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-05 19:39:46 -0500 |
commit | 9c6560fe29c9e2ee33549ca890f94c03cbdd94a8 (patch) | |
tree | 5b0abd93abba59bd4a08bf6b7d879bed5d9ed323 /src/test/test.c | |
parent | ace42acff0d658fb39ce38d0502ef68b1bfa67c8 (diff) | |
download | tor-9c6560fe29c9e2ee33549ca890f94c03cbdd94a8.tar.gz tor-9c6560fe29c9e2ee33549ca890f94c03cbdd94a8.zip |
test: Add HS_DESC v3 unit tests
This introduces the test_hs_control.c file which at this commit contains basic
unit test for the HS_DESC event.
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 00857c2386..432df35c34 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -1201,6 +1201,7 @@ struct testgroup_t testgroups[] = { { "hs_cell/", hs_cell_tests }, { "hs_common/", hs_common_tests }, { "hs_config/", hs_config_tests }, + { "hs_control/", hs_control_tests }, { "hs_descriptor/", hs_descriptor }, { "hs_ntor/", hs_ntor_tests }, { "hs_service/", hs_service_tests }, |