diff options
author | George Kadianakis <desnacked@riseup.net> | 2019-01-02 15:19:12 +0200 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-01-02 15:25:55 +0200 |
commit | a336d816a68e5eaddd9d80f7179699274b367a1d (patch) | |
tree | f3e426b94c3e42c059caf57c8384ad970150ae1a /src/test/Makefile.nmake | |
parent | d62340018c8d363ea67ef01dc4a740e47fce2a10 (diff) | |
download | tor-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.nmake | 1 |
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 |