aboutsummaryrefslogtreecommitdiff
path: root/src/test/Makefile.nmake
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2013-12-13 06:34:46 -0800
committerAndrea Shepard <andrea@torproject.org>2014-09-30 22:54:02 -0700
commit6d886787e3e112693dc8ac9cda021c93eaefee8b (patch)
treefc6570ba803a892f5ae13bcee357102887bc96ea /src/test/Makefile.nmake
parent85ee07085281a1fa47d0b44b0addbb54fcfa6061 (diff)
downloadtor-6d886787e3e112693dc8ac9cda021c93eaefee8b.tar.gz
tor-6d886787e3e112693dc8ac9cda021c93eaefee8b.zip
Unit tests for channel_get_cell_queue_entry_size() and channel_write_*() functions
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 822431f3b8..fceef99564 100644
--- a/src/test/Makefile.nmake
+++ b/src/test/Makefile.nmake
@@ -11,7 +11,7 @@ LIBS = ..\..\..\build-alpha\lib\libevent.lib \
ws2_32.lib advapi32.lib shell32.lib \
crypt32.lib gdi32.lib user32.lib
-TEST_OBJECTS = test.obj test_addr.obj test_containers.obj \
+TEST_OBJECTS = test.obj test_addr.obj test_channel.obj test_containers.obj \
test_controller_events.ogj test_crypto.obj test_data.obj test_dir.obj \
test_microdesc.obj test_pt.obj test_util.obj test_config.obj \
test_cell_formats.obj test_replay.obj test_introduce.obj tinytest.obj \