From c7f5b65111f5a461fd83a593c981fdb45914851e Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 3 Apr 2007 13:03:07 +0000 Subject: another go at fixing the unit tests under windows - give a -f Makefile.nmake arg svn path=/trunk/; revision=21314 --- test/suite-unittests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/suite-unittests.sh') diff --git a/test/suite-unittests.sh b/test/suite-unittests.sh index 0fa24a1bce..66170c443a 100755 --- a/test/suite-unittests.sh +++ b/test/suite-unittests.sh @@ -23,7 +23,7 @@ # if [ "$WS_SYSTEM" == "Windows" ] ; then - MAKE=nmake + MAKE="nmake -f Makefile.nmake" else MAKE=make fi -- cgit v1.2.3