From: Nick Mathewson Date: Tue, 18 Dec 2012 18:59:59 +0000 (-0500) Subject: Add more test modules for nmake makefiles X-Git-Tag: tor-0.2.4.10-alpha~31^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b2abd8a40dff20980cbe35102d3475f5aaba6c3;p=thirdparty%2Ftor.git Add more test modules for nmake makefiles --- diff --git a/src/test/Makefile.nmake b/src/test/Makefile.nmake index 7ba8f7ee81..6d6af96af9 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$@