diff options
author | Qingping Hou <dave2008713@gmail.com> | 2013-12-18 01:40:05 -0500 |
---|---|---|
committer | Qingping Hou <dave2008713@gmail.com> | 2014-01-29 22:43:11 -0500 |
commit | 0b0d4b4ebcfe3711a8bcd27cbbdc05cd02530f38 (patch) | |
tree | 4c2a978ae24168a1dec0dff5105e88c87c37d135 /src/test/Makefile.nmake | |
parent | 29c18f5b71d73a03b9895fbbf97a3a5a16099a50 (diff) | |
download | tor-0b0d4b4ebcfe3711a8bcd27cbbdc05cd02530f38.tar.gz tor-0b0d4b4ebcfe3711a8bcd27cbbdc05cd02530f38.zip |
add test case for hidden service async events
Diffstat (limited to 'src/test/Makefile.nmake')
-rw-r--r-- | src/test/Makefile.nmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/Makefile.nmake b/src/test/Makefile.nmake index 6479f9d39a..822431f3b8 100644 --- a/src/test/Makefile.nmake +++ b/src/test/Makefile.nmake @@ -14,7 +14,8 @@ LIBS = ..\..\..\build-alpha\lib\libevent.lib \ TEST_OBJECTS = test.obj test_addr.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_cell_formats.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 |