diff options
author | Mike Perry <mikeperry-git@torproject.org> | 2017-09-20 20:24:59 +0000 |
---|---|---|
committer | Mike Perry <mikeperry-git@torproject.org> | 2017-12-07 00:04:39 +0000 |
commit | 050bb67974c11e0f390f4b1fa1b067c86538c59e (patch) | |
tree | 7ecf0e8ceaca199177e203c8d35936ae41279899 /src/test/test.c | |
parent | 125df07d609933a7974f362706b126a4bf339788 (diff) | |
download | tor-050bb67974c11e0f390f4b1fa1b067c86538c59e.tar.gz tor-050bb67974c11e0f390f4b1fa1b067c86538c59e.zip |
Add tests for circuitstats.c
These tests primarily test the relaxed and measured behavior of
circuitstats.c, to make sure we did not break it with #23100 or #23114.
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 00857c2386..bf591e1761 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -1178,6 +1178,7 @@ struct testgroup_t testgroups[] = { { "circuitlist/", circuitlist_tests }, { "circuitmux/", circuitmux_tests }, { "circuituse/", circuituse_tests }, + { "circuitstats/", circuitstats_tests }, { "compat/libevent/", compat_libevent_tests }, { "config/", config_tests }, { "connection/", connection_tests }, |