summaryrefslogtreecommitdiff
path: root/src/test/Makefile.nmake
diff options
context:
space:
mode:
authorDaniel Martí <mvdan@mvdan.cc>2017-03-07 09:58:30 -0500
committerNick Mathewson <nickm@torproject.org>2017-03-16 14:38:28 -0400
commit590ffdb2c9e0e3516fdb113cfa8b7a3f888cb970 (patch)
tree0bb50228fe7e15d7e31f81fba3cc7ba789aafaf2 /src/test/Makefile.nmake
parentad19f1507ac3bfd4b26ae478e61c8ef8c4057f22 (diff)
downloadtor-590ffdb2c9e0e3516fdb113cfa8b7a3f888cb970.tar.gz
tor-590ffdb2c9e0e3516fdb113cfa8b7a3f888cb970.zip
Consensus diff backend from Daniel Martí GSOC project.
(This commit was extracted by nickm based on the final outcome of the project, taking only the changes in the files touched by this commit from the consdiff_rebased branch. The directory-system changes are going to get worked on separately.)
Diffstat (limited to 'src/test/Makefile.nmake')
-rw-r--r--src/test/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/Makefile.nmake b/src/test/Makefile.nmake
index 0ba56d7036..575198388b 100644
--- a/src/test/Makefile.nmake
+++ b/src/test/Makefile.nmake
@@ -12,7 +12,7 @@ LIBS = ..\..\..\build-alpha\lib\libevent.lib \
crypt32.lib gdi32.lib user32.lib
TEST_OBJECTS = test.obj test_addr.obj test_channel.obj test_channeltls.obj \
- test_containers.obj \
+ test_consdiff.obj test_containers.obj \
test_controller_events.obj test_crypto.obj test_data.obj test_dir.obj \
test_checkdir.obj test_microdesc.obj test_pt.obj test_util.obj \
test_config.obj test_connection.obj \