diff options
author | Andrea Shepard <andrea@torproject.org> | 2014-01-22 16:51:44 -0800 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2014-09-30 23:14:24 -0700 |
commit | 50d5fb87bd6e763895eb0a784e4dbb40a132b759 (patch) | |
tree | 96dd6ca52e0c7c1d3ffc9b36507afc9ffaee1ee8 /src/test/Makefile.nmake | |
parent | 462eaed43e73af7869bd4ed96561e9bed88a9de3 (diff) | |
download | tor-50d5fb87bd6e763895eb0a784e4dbb40a132b759.tar.gz tor-50d5fb87bd6e763895eb0a784e4dbb40a132b759.zip |
Initial test_channeltls.c
Diffstat (limited to 'src/test/Makefile.nmake')
-rw-r--r-- | src/test/Makefile.nmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/Makefile.nmake b/src/test/Makefile.nmake index 2a347bd677..7986eb07ef 100644 --- a/src/test/Makefile.nmake +++ b/src/test/Makefile.nmake @@ -11,9 +11,9 @@ 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_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_OBJECTS = test.obj test_addr.obj test_channel.obj test_channeltls.obj \ + test_containers.obj test_controller_events.obj 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_relay.obj test_replay.obj \ test_introduce.obj tinytest.obj test_hs.obj |