diff options
author | Chelsea H. Komlo <chelsea.komlo@gmail.com> | 2016-10-14 07:00:35 -0500 |
---|---|---|
committer | Chelsea H. Komlo <chelsea.komlo@gmail.com> | 2016-11-24 08:12:30 -0500 |
commit | afb6ae7b0fb87550c12e09e5eb7c2a09e675909d (patch) | |
tree | 528b13859fd421257f3d94800f31ca71def17134 /src/test/test.c | |
parent | b95998ef0c31c78a9952621eb1f7365ceb1d2c84 (diff) | |
download | tor-afb6ae7b0fb87550c12e09e5eb7c2a09e675909d.tar.gz tor-afb6ae7b0fb87550c12e09e5eb7c2a09e675909d.zip |
Refactor circuit_predict_and_launch_new
Diffstat (limited to 'src/test/test.c')
-rw-r--r-- | src/test/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c index b02ecb922d..750d8b00e4 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -1190,6 +1190,7 @@ struct testgroup_t testgroups[] = { { "checkdir/", checkdir_tests }, { "circuitlist/", circuitlist_tests }, { "circuitmux/", circuitmux_tests }, + { "circuituse/", circuituse_tests }, { "compat/libevent/", compat_libevent_tests }, { "config/", config_tests }, { "connection/", connection_tests }, |