aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorOla Bini <ola@olabini.se>2015-09-15 17:20:44 +0200
committerOla Bini <ola@olabini.se>2015-09-15 17:20:44 +0200
commit9985a62a67a16f8985dc0002ce0480a7cae070e3 (patch)
tree532e8bfe0844deb3c6e8b8128d283132a45f97d9 /src/test/test.c
parenta444b11323799536b4cd7902e29f711b0806293a (diff)
downloadtor-9985a62a67a16f8985dc0002ce0480a7cae070e3.tar.gz
tor-9985a62a67a16f8985dc0002ce0480a7cae070e3.zip
Add tests for compat_libevent
Diffstat (limited to 'src/test/test.c')
-rw-r--r--src/test/test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/test.c b/src/test/test.c
index e10e260266..752c9e04fc 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -1125,6 +1125,7 @@ extern struct testcase_t channeltls_tests[];
extern struct testcase_t checkdir_tests[];
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 container_tests[];
extern struct testcase_t controller_tests[];
@@ -1173,6 +1174,7 @@ struct testgroup_t testgroups[] = {
{ "checkdir/", checkdir_tests },
{ "circuitlist/", circuitlist_tests },
{ "circuitmux/", circuitmux_tests },
+ { "compat/libevent/", compat_libevent_tests },
{ "config/", config_tests },
{ "container/", container_tests },
{ "control/", controller_tests },
@@ -1208,4 +1210,3 @@ struct testgroup_t testgroups[] = {
{ "dns/", dns_tests },
END_OF_GROUPS
};
-