aboutsummaryrefslogtreecommitdiff
path: root/src/test/Makefile.nmake
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@torproject.org>2017-09-20 20:24:59 +0000
committerMike Perry <mikeperry-git@torproject.org>2017-12-07 00:04:39 +0000
commit050bb67974c11e0f390f4b1fa1b067c86538c59e (patch)
tree7ecf0e8ceaca199177e203c8d35936ae41279899 /src/test/Makefile.nmake
parent125df07d609933a7974f362706b126a4bf339788 (diff)
downloadtor-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/Makefile.nmake')
-rw-r--r--src/test/Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/Makefile.nmake b/src/test/Makefile.nmake
index 605f1a92c3..cfbe281b94 100644
--- a/src/test/Makefile.nmake
+++ b/src/test/Makefile.nmake
@@ -18,6 +18,7 @@ TEST_OBJECTS = test.obj test_addr.obj test_channel.obj test_channeltls.obj \
test_config.obj test_connection.obj \
test_cell_formats.obj test_relay.obj test_replay.obj \
test_channelpadding.obj \
+ test_circuitstats.obj \
test_scheduler.obj test_introduce.obj test_hs.obj tinytest.obj
tinytest.obj: ..\ext\tinytest.c