aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard van der Hoff <richardv@mxtelecom.com>2007-04-03 13:03:07 +0000
committerRichard van der Hoff <richardv@mxtelecom.com>2007-04-03 13:03:07 +0000
commitc7f5b65111f5a461fd83a593c981fdb45914851e (patch)
tree41efd88f85c190ee5aadb53b72e861c227c4ff0b /test
parent12ae982bfc92a7d88f82d21045e1ecefbacf5580 (diff)
another go at fixing the unit tests under windows - give a -f Makefile.nmake arg
svn path=/trunk/; revision=21314
Diffstat (limited to 'test')
-rwxr-xr-xtest/suite-unittests.sh2
1 files changed, 1 insertions, 1 deletions
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