aboutsummaryrefslogtreecommitdiff
path: root/src/test/Makefile.nmake
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-12-18 13:59:59 -0500
committerNick Mathewson <nickm@torproject.org>2013-01-16 22:29:39 -0500
commit3b2abd8a40dff20980cbe35102d3475f5aaba6c3 (patch)
tree0dbb46ebdb989730685a72797861adc9f558931c /src/test/Makefile.nmake
parentaa8f30a4874852f232826de0a60a3e74e16c21e6 (diff)
downloadtor-3b2abd8a40dff20980cbe35102d3475f5aaba6c3.tar
tor-3b2abd8a40dff20980cbe35102d3475f5aaba6c3.tar.gz
Add more test modules for nmake makefiles
Diffstat (limited to 'src/test/Makefile.nmake')
-rw-r--r--src/test/Makefile.nmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/Makefile.nmake b/src/test/Makefile.nmake
index 7ba8f7ee8..6d6af96af 100644
--- a/src/test/Makefile.nmake
+++ b/src/test/Makefile.nmake
@@ -18,9 +18,6 @@ TEST_OBJECTS = test.obj test_addr.obj test_containers.obj \
tinytest.obj: ..\ext\tinytest.c
$(CC) $(CFLAGS) /D snprintf=_snprintf /c ..\ext\tinytest.c
-tinytest.obj: ..\ext\tinytest.c
- $(CC) $(CFLAGS) /c ..\exe\tinytest.c
-
test.exe: $(TEST_OBJECTS)
$(CC) $(CFLAGS) $(LIBS) ..\common\*.lib $(TEST_OBJECTS) /Fe$@