diff options
author | Andrea Shepard <andrea@torproject.org> | 2014-01-21 02:54:35 -0800 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2014-09-30 23:09:15 -0700 |
commit | 5992a69deee324fb91f5f2995e145edd2c0560d2 (patch) | |
tree | 01cf8181e5c18d02441ad5f6de38b519832c00e2 /src/test/Makefile.nmake | |
parent | 46ff91b6ec90fc8ee9a84622f9dce91903686559 (diff) | |
download | tor-5992a69deee324fb91f5f2995e145edd2c0560d2.tar.gz tor-5992a69deee324fb91f5f2995e145edd2c0560d2.zip |
Add append_cell_to_circuit_queue() unit test
Diffstat (limited to 'src/test/Makefile.nmake')
-rw-r--r-- | src/test/Makefile.nmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/Makefile.nmake b/src/test/Makefile.nmake index fceef99564..2a347bd677 100644 --- a/src/test/Makefile.nmake +++ b/src/test/Makefile.nmake @@ -14,8 +14,8 @@ LIBS = ..\..\..\build-alpha\lib\libevent.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_cell_formats.obj test_replay.obj test_introduce.obj tinytest.obj \ - test_hs.obj + test_cell_formats.obj test_relay.obj test_replay.obj \ + test_introduce.obj tinytest.obj test_hs.obj tinytest.obj: ..\ext\tinytest.c $(CC) $(CFLAGS) /D snprintf=_snprintf /c ..\ext\tinytest.c |