diff options
author | Andrea Shepard <andrea@persephoneslair.org> | 2012-07-22 01:50:33 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-07-31 17:08:13 -0400 |
commit | 96c7612679f029102faa688e436a927eecc008aa (patch) | |
tree | edc561310b30f6568ca8579da83998a158502b3f /src/test/test.c | |
parent | 048c128f935a3f037a81523fc20437f75b358af4 (diff) | |
download | tor-96c7612679f029102faa688e436a927eecc008aa.tar.gz tor-96c7612679f029102faa688e436a927eecc008aa.zip |
Unit tests for new rend_intro_cell_t parser
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 1162b5c74f..81172795f2 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -1863,6 +1863,7 @@ extern struct testcase_t dir_tests[]; extern struct testcase_t microdesc_tests[]; extern struct testcase_t pt_tests[]; extern struct testcase_t config_tests[]; +extern struct testcase_t introduce_tests[]; extern struct testcase_t replaycache_tests[]; static struct testgroup_t testgroups[] = { @@ -1877,6 +1878,7 @@ static struct testgroup_t testgroups[] = { { "pt/", pt_tests }, { "config/", config_tests }, { "replaycache/", replaycache_tests }, + { "introduce/", introduce_tests }, END_OF_GROUPS }; |