|
@@ -847,8 +847,8 @@ struct testgroup_t testgroups[] = {
|
|
|
{ "circuitbuild/", circuitbuild_tests },
|
|
|
{ "circuitlist/", circuitlist_tests },
|
|
|
{ "circuitmux/", circuitmux_tests },
|
|
|
- { "circuituse/", circuituse_tests },
|
|
|
{ "circuitstats/", circuitstats_tests },
|
|
|
+ { "circuituse/", circuituse_tests },
|
|
|
{ "compat/libevent/", compat_libevent_tests },
|
|
|
{ "config/", config_tests },
|
|
|
{ "connection/", connection_tests },
|
|
@@ -865,34 +865,36 @@ struct testgroup_t testgroups[] = {
|
|
|
#endif
|
|
|
{ "crypto/pem/", pem_tests },
|
|
|
{ "dir/", dir_tests },
|
|
|
- { "dir_handle_get/", dir_handle_get_tests },
|
|
|
{ "dir/md/", microdesc_tests },
|
|
|
{ "dir/voting-schedule/", voting_schedule_tests },
|
|
|
+ { "dir_handle_get/", dir_handle_get_tests },
|
|
|
+ { "dns/", dns_tests },
|
|
|
{ "dos/", dos_tests },
|
|
|
{ "entryconn/", entryconn_tests },
|
|
|
{ "entrynodes/", entrynodes_tests },
|
|
|
- { "guardfraction/", guardfraction_tests },
|
|
|
{ "extorport/", extorport_tests },
|
|
|
{ "geoip/", geoip_tests },
|
|
|
- { "legacy_hs/", hs_tests },
|
|
|
+ { "guardfraction/", guardfraction_tests },
|
|
|
{ "hs_cache/", hs_cache },
|
|
|
{ "hs_cell/", hs_cell_tests },
|
|
|
+ { "hs_client/", hs_client_tests },
|
|
|
{ "hs_common/", hs_common_tests },
|
|
|
{ "hs_config/", hs_config_tests },
|
|
|
{ "hs_control/", hs_control_tests },
|
|
|
{ "hs_descriptor/", hs_descriptor },
|
|
|
+ { "hs_intropoint/", hs_intropoint_tests },
|
|
|
{ "hs_ntor/", hs_ntor_tests },
|
|
|
{ "hs_service/", hs_service_tests },
|
|
|
- { "hs_client/", hs_client_tests },
|
|
|
- { "hs_intropoint/", hs_intropoint_tests },
|
|
|
{ "introduce/", introduce_tests },
|
|
|
{ "keypin/", keypin_tests },
|
|
|
+ { "legacy_hs/", hs_tests },
|
|
|
{ "link-handshake/", link_handshake_tests },
|
|
|
{ "mainloop/", mainloop_tests },
|
|
|
{ "nodelist/", nodelist_tests },
|
|
|
{ "oom/", oom_tests },
|
|
|
{ "oos/", oos_tests },
|
|
|
{ "options/", options_tests },
|
|
|
+ { "parsecommon/", parsecommon_tests },
|
|
|
{ "periodic-event/" , periodic_event_tests },
|
|
|
{ "policy/" , policy_tests },
|
|
|
{ "procmon/", procmon_tests },
|
|
@@ -910,8 +912,8 @@ struct testgroup_t testgroups[] = {
|
|
|
{ "routerlist/", routerlist_tests },
|
|
|
{ "routerset/" , routerset_tests },
|
|
|
{ "scheduler/", scheduler_tests },
|
|
|
- { "socks/", socks_tests },
|
|
|
{ "shared-random/", sr_tests },
|
|
|
+ { "socks/", socks_tests },
|
|
|
{ "status/" , status_tests },
|
|
|
{ "storagedir/", storagedir_tests },
|
|
|
{ "tortls/", tortls_tests },
|
|
@@ -921,11 +923,9 @@ struct testgroup_t testgroups[] = {
|
|
|
{ "tortls/x509/", x509_tests },
|
|
|
{ "util/", util_tests },
|
|
|
{ "util/format/", util_format_tests },
|
|
|
+ { "util/handle/", handle_tests },
|
|
|
{ "util/logging/", logging_tests },
|
|
|
{ "util/process/", util_process_tests },
|
|
|
{ "util/thread/", thread_tests },
|
|
|
- { "util/handle/", handle_tests },
|
|
|
- { "dns/", dns_tests },
|
|
|
- { "parsecommon/", parsecommon_tests },
|
|
|
END_OF_GROUPS
|
|
|
};
|