diff options
author | George Kadianakis <desnacked@riseup.net> | 2016-09-05 19:03:30 +0300 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-14 15:18:40 -0500 |
commit | 297213825b288c954e13c3bccb3b3210063d244a (patch) | |
tree | cfac842bb072fbdc97629410ca70aad4dfdfaee2 /src/test/test.c | |
parent | 12dfe56b1cf9ec9852f27b8d10f2dcfad354f416 (diff) | |
download | tor-297213825b288c954e13c3bccb3b3210063d244a.tar.gz tor-297213825b288c954e13c3bccb3b3210063d244a.zip |
prop224: Add unittests handling v3 ESTABLISH_INTRO cells.
Test for both v2 and v3 ESTABLISH_INTRO handling.
Diffstat (limited to 'src/test/test.c')
-rw-r--r-- | src/test/test.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/test.c b/src/test/test.c index b02ecb922d..b49180cbfd 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -1204,9 +1204,11 @@ struct testgroup_t testgroups[] = { { "entrynodes/", entrynodes_tests }, { "guardfraction/", guardfraction_tests }, { "extorport/", extorport_tests }, - { "hs/", hs_tests }, + { "legacy_hs/", hs_tests }, { "hs_cache/", hs_cache }, { "hs_descriptor/", hs_descriptor }, + { "hs_service/", hs_service_tests }, + { "hs_intropoint/", hs_intropoint_tests }, { "introduce/", introduce_tests }, { "keypin/", keypin_tests }, { "link-handshake/", link_handshake_tests }, |