aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-10-02 12:56:37 +0200
committerNick Mathewson <nickm@torproject.org>2015-10-02 12:56:37 +0200
commitf7748131296e2779451fa3ff169009821f54ef1f (patch)
tree9903fab4885369c0dcf6b8b0274eac79a89ac90e /src/test/test.c
parent39eb075c20991e10df394e8f40ef56d16b9935c0 (diff)
parent9985a62a67a16f8985dc0002ce0480a7cae070e3 (diff)
downloadtor-f7748131296e2779451fa3ff169009821f54ef1f.tar.gz
tor-f7748131296e2779451fa3ff169009821f54ef1f.zip
Merge remote-tracking branch 'twstrike/compat_libevent_tests'
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 aff7d8e048..8427471bea 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[];
@@ -1174,6 +1175,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 },