aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorIsis Lovecruft <isis@torproject.org>2017-10-23 19:44:06 +0000
committerNick Mathewson <nickm@torproject.org>2017-10-24 19:26:24 -0400
commit02cde0d9398c43de3a67133b7982d9df6962fe32 (patch)
treee84e8252f9e8357b530c171a69c3eff01e1eb873 /src/test/test.c
parentb0e10f23ba2b03f275ef4acf2183a02042e6cded (diff)
downloadtor-02cde0d9398c43de3a67133b7982d9df6962fe32.tar.gz
tor-02cde0d9398c43de3a67133b7982d9df6962fe32.zip
test: Add unittest for descriptors with BridgeDistribution option.
Diffstat (limited to 'src/test/test.c')
-rw-r--r--src/test/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c
index 9a41b976b8..7337326091 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -1220,6 +1220,7 @@ struct testgroup_t testgroups[] = {
{ "relaycell/", relaycell_tests },
{ "rend_cache/", rend_cache_tests },
{ "replaycache/", replaycache_tests },
+ { "router/", router_tests },
{ "routerkeys/", routerkeys_tests },
{ "routerlist/", routerlist_tests },
{ "routerset/" , routerset_tests },