diff options
author | George Kadianakis <desnacked@riseup.net> | 2015-01-29 15:10:28 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-18 09:09:34 -0500 |
commit | 028ede2f5e4ca3f5695cf9ca73fb9bd17a7de898 (patch) | |
tree | d138da4ab36974a736233624801f16fc209a3fa7 /src/test/test.c | |
parent | c2b13e22e7c03f6e318b516ae1faf76f8ba30e83 (diff) | |
download | tor-028ede2f5e4ca3f5695cf9ca73fb9bd17a7de898.tar.gz tor-028ede2f5e4ca3f5695cf9ca73fb9bd17a7de898.zip |
Add unittests for the guardfraction feature.
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 ff4f517ac5..ed5b445aeb 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -1126,6 +1126,7 @@ extern struct testcase_t crypto_tests[]; extern struct testcase_t dir_tests[]; extern struct testcase_t entryconn_tests[]; extern struct testcase_t entrynodes_tests[]; +extern struct testcase_t guardfraction_tests[]; extern struct testcase_t extorport_tests[]; extern struct testcase_t hs_tests[]; extern struct testcase_t introduce_tests[]; @@ -1170,6 +1171,7 @@ struct testgroup_t testgroups[] = { { "dir/md/", microdesc_tests }, { "entryconn/", entryconn_tests }, { "entrynodes/", entrynodes_tests }, + { "guardfraction/", guardfraction_tests }, { "extorport/", extorport_tests }, { "hs/", hs_tests }, { "introduce/", introduce_tests }, |