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/include.am | |
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/include.am')
-rw-r--r-- | src/test/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am index bbf8a370e2..b3a99503d2 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -98,6 +98,7 @@ src_test_test_SOURCES = \ src/test/test_circuitmux.c \ src/test/test_circuitbuild.c \ src/test/test_circuituse.c \ + src/test/test_circuitstats.c \ src/test/test_compat_libevent.c \ src/test/test_config.c \ src/test/test_connection.c \ |