summaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorTaylor Yu <catalyst@torproject.org>2017-03-28 17:34:54 -0400
committerNick Mathewson <nickm@torproject.org>2017-04-03 11:58:11 -0400
commit1e8e8a4e943c171420ae3e90cbd37227780823ed (patch)
treec6ab448ec5f357ededdc679c250b0fbef331856f /src/test/test.c
parente79f90c7f031b8a7825574f865c77d7034b93a16 (diff)
downloadtor-1e8e8a4e943c171420ae3e90cbd37227780823ed.tar.gz
tor-1e8e8a4e943c171420ae3e90cbd37227780823ed.zip
Add tests for new_route_len()
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 d9723d55d3..fc1e3e89c0 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -1188,6 +1188,7 @@ struct testgroup_t testgroups[] = {
{ "channel/", channel_tests },
{ "channeltls/", channeltls_tests },
{ "checkdir/", checkdir_tests },
+ { "circuitbuild/", circuitbuild_tests },
{ "circuitlist/", circuitlist_tests },
{ "circuitmux/", circuitmux_tests },
{ "circuituse/", circuituse_tests },