aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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