diff options
author | Andrea Shepard <andrea@torproject.org> | 2014-01-23 20:55:34 -0800 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2014-09-30 23:14:56 -0700 |
commit | 0af88f909661b8fd2987beb839c78b804212abc7 (patch) | |
tree | ac2da045e144f28759ee70b92e71069a6d9524b8 /src/test/Makefile.nmake | |
parent | 9869254608587dbd0d33bcba0233967f6bf3c326 (diff) | |
download | tor-0af88f909661b8fd2987beb839c78b804212abc7.tar.gz tor-0af88f909661b8fd2987beb839c78b804212abc7.zip |
Initial test_scheduler.c
Diffstat (limited to 'src/test/Makefile.nmake')
-rw-r--r-- | src/test/Makefile.nmake | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/Makefile.nmake b/src/test/Makefile.nmake index 7986eb07ef..e2cf53895f 100644 --- a/src/test/Makefile.nmake +++ b/src/test/Makefile.nmake @@ -12,10 +12,10 @@ 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_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 + 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_scheduler.obj test_introduce.obj test_hs.obj tinytest.obj tinytest.obj: ..\ext\tinytest.c $(CC) $(CFLAGS) /D snprintf=_snprintf /c ..\ext\tinytest.c |