another go at fixing the unit tests under windows - give a -f Makefile.nmake arg
authorRichard van der Hoff <richardv@mxtelecom.com>
Tue, 3 Apr 2007 13:03:07 +0000 (13:03 -0000)
committerRichard van der Hoff <richardv@mxtelecom.com>
Tue, 3 Apr 2007 13:03:07 +0000 (13:03 -0000)
svn path=/trunk/; revision=21314

test/suite-unittests.sh

index 0fa24a1bceab465a1702051c17a2a97971c8fa46..66170c443acb6a49a0bc0d1deffa5316f5afe12d 100755 (executable)
@@ -23,7 +23,7 @@
 # 
 
 if [ "$WS_SYSTEM" == "Windows" ] ; then
-       MAKE=nmake
+       MAKE="nmake -f Makefile.nmake"
 else
        MAKE=make
 fi