From: juga0 Date: Mon, 2 Jul 2018 08:48:36 +0000 (+0000) Subject: Add missing router_tests to test.h X-Git-Tag: tor-0.3.5.1-alpha~96^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4e51a2eeb173fab25d3945d045499b80cb4565c;p=thirdparty%2Ftor.git Add missing router_tests to test.h --- diff --git a/src/test/test.c b/src/test/test.c index 0fef697909..4632ea4973 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -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 },