aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2015-12-07 17:40:56 +1100
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>2015-12-16 04:02:12 +1100
commitdf0c135d62ab1619843f7825ccd5ad697f6afdcb (patch)
treefda1dea714cad8d2492271bb1dfc3f9a8e3a7d91 /src/test/test.c
parentf3ed5ec0cac4719e249e629760756314d7cfecba (diff)
downloadtor-df0c135d62ab1619843f7825ccd5ad697f6afdcb.tar.gz
tor-df0c135d62ab1619843f7825ccd5ad697f6afdcb.zip
Prop210: Refactor connection_get_* to produce lists and counts
Diffstat (limited to 'src/test/test.c')
-rw-r--r--src/test/test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c
index 1c4c2921db..f12ae21ff0 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -1141,6 +1141,7 @@ extern struct testcase_t circuitlist_tests[];
extern struct testcase_t circuitmux_tests[];
extern struct testcase_t compat_libevent_tests[];
extern struct testcase_t config_tests[];
+extern struct testcase_t connection_tests[];
extern struct testcase_t container_tests[];
extern struct testcase_t controller_tests[];
extern struct testcase_t controller_event_tests[];
@@ -1196,6 +1197,7 @@ struct testgroup_t testgroups[] = {
{ "circuitmux/", circuitmux_tests },
{ "compat/libevent/", compat_libevent_tests },
{ "config/", config_tests },
+ { "connection/", connection_tests },
{ "container/", container_tests },
{ "control/", controller_tests },
{ "control/event/", controller_event_tests },