diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-12 21:08:43 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-12 21:08:43 -0500 |
commit | bba995e6660dbb49876886278f71d7d5a85f5f88 (patch) | |
tree | 3034169bbd70b8f46d410db2adafa379bcb08627 /src/test/test.c | |
parent | 715fdfcb7b44ae6fdad886e688708ec0d483a1f8 (diff) | |
download | tor-bba995e6660dbb49876886278f71d7d5a85f5f88.tar.gz tor-bba995e6660dbb49876886278f71d7d5a85f5f88.zip |
Begin writing unit tests for rewrite code
Diffstat (limited to 'src/test/test.c')
-rw-r--r-- | src/test/test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c index de6efaf873..65d15f12bd 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -1313,6 +1313,7 @@ extern struct testcase_t channel_tests[]; extern struct testcase_t channeltls_tests[]; extern struct testcase_t relay_tests[]; extern struct testcase_t scheduler_tests[]; +extern struct testcase_t entryconn_tests[]; static struct testgroup_t testgroups[] = { { "", test_array }, @@ -1337,6 +1338,7 @@ static struct testgroup_t testgroups[] = { { "circuitmux/", circuitmux_tests }, { "options/", options_tests }, { "entrynodes/", entrynodes_tests }, + { "entryconn/", entryconn_tests }, { "extorport/", extorport_tests }, { "control/", controller_event_tests }, { "hs/", hs_tests }, |