diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/suite-unittests.sh | 2 |
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 |