diff options
author | David Goulet <dgoulet@torproject.org> | 2017-04-20 09:58:21 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-08 20:29:33 -0400 |
commit | 472835d6e94134d7e30e390c4e294bd3a3af5eaa (patch) | |
tree | 97fd5ec9e2ae53730eac78c280078fde13b3fee9 /src/test/test.c | |
parent | 30b5c6a95ec9932f17f0b171c60229c1d77f829d (diff) | |
download | tor-472835d6e94134d7e30e390c4e294bd3a3af5eaa.tar.gz tor-472835d6e94134d7e30e390c4e294bd3a3af5eaa.zip |
test: Add test_hs_cell unit tests
Move ESTABLISH_INTRO tests from test_hs_service.c to this new 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 c5c394900c..2a2d5ba644 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -1214,6 +1214,7 @@ struct testgroup_t testgroups[] = { { "extorport/", extorport_tests }, { "legacy_hs/", hs_tests }, { "hs_cache/", hs_cache }, + { "hs_cell/", hs_cell_tests }, { "hs_config/", hs_config_tests }, { "hs_descriptor/", hs_descriptor }, { "hs_service/", hs_service_tests }, |