aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-07-19 10:17:00 -0400
committerNick Mathewson <nickm@torproject.org>2013-07-19 10:17:00 -0400
commit34ad7642c8da894e459be09a3f051cb8f09cba31 (patch)
tree8c93a7798799213c1ea9e1d6b3d98f236defb584 /src/test/test.c
parent18845c550722d5fa7d68bdee6a5e2090acb89a6f (diff)
downloadtor-34ad7642c8da894e459be09a3f051cb8f09cba31.tar
tor-34ad7642c8da894e459be09a3f051cb8f09cba31.tar.gz
Regression test for destroy cell queue
This exercises the code that crashed and caused #9296.
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 96401693c..60fbfb132 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -2133,6 +2133,7 @@ extern struct testcase_t introduce_tests[];
extern struct testcase_t replaycache_tests[];
extern struct testcase_t cell_format_tests[];
extern struct testcase_t circuitlist_tests[];
+extern struct testcase_t circuitmux_tests[];
extern struct testcase_t cell_queue_tests[];
extern struct testcase_t options_tests[];
@@ -2152,6 +2153,7 @@ static struct testgroup_t testgroups[] = {
{ "replaycache/", replaycache_tests },
{ "introduce/", introduce_tests },
{ "circuitlist/", circuitlist_tests },
+ { "circuitmux/", circuitmux_tests },
{ "options/", options_tests },
END_OF_GROUPS
};