]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add missing router_tests to test.h
authorjuga0 <juga@riseup.net>
Mon, 2 Jul 2018 08:48:36 +0000 (08:48 +0000)
committerNick Mathewson <nickm@torproject.org>
Sat, 1 Sep 2018 22:47:20 +0000 (18:47 -0400)
src/test/test.c

index 0fef6979093a6224972a8f1ca26d4fd977692f36..4632ea497386143e2577cf7d09d915eeaef42d16 100644 (file)
@@ -1240,6 +1240,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 },