[tor-commits] [tor/master] Add missing router_tests to test.h

nickm at torproject.org nickm at torproject.org
Tue Sep 4 14:44:41 UTC 2018


commit d4e51a2eeb173fab25d3945d045499b80cb4565c
Author: juga0 <juga at riseup.net>
Date:   Mon Jul 2 08:48:36 2018 +0000

    Add missing router_tests to test.h
---
 src/test/test.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/test.c b/src/test/test.c
index 0fef69790..4632ea497 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 },





More information about the tor-commits mailing list