aboutsummaryrefslogtreecommitdiff
path: root/src/test/Makefile.nmake
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2019-01-02 15:19:12 +0200
committerGeorge Kadianakis <desnacked@riseup.net>2019-01-02 15:25:55 +0200
commita336d816a68e5eaddd9d80f7179699274b367a1d (patch)
treef3e426b94c3e42c059caf57c8384ad970150ae1a /src/test/Makefile.nmake
parentd62340018c8d363ea67ef01dc4a740e47fce2a10 (diff)
downloadtor-a336d816a68e5eaddd9d80f7179699274b367a1d.tar.gz
tor-a336d816a68e5eaddd9d80f7179699274b367a1d.zip
Circuit padding tests.
Co-authored-by: George Kadianakis <desnacked@riseup.net>
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 aa16a22b52..ca6a84cf8a 100644
--- a/src/test/Makefile.nmake
+++ b/src/test/Makefile.nmake
@@ -19,6 +19,7 @@ TEST_OBJECTS = test.obj test_addr.obj test_channel.obj test_channeltls.obj \
test_cell_formats.obj test_relay.obj test_replay.obj \
test_channelpadding.obj \
test_circuitstats.obj \
+ test_circuitpadding.obj \
test_scheduler.obj test_introduce.obj test_hs.obj tinytest.obj
tinytest.obj: ..\ext\tinytest.c