fixed test script

This commit is contained in:
Günter Obiltschnig 2014-01-17 00:08:37 +01:00
parent 1950d5d365
commit 1b2d9c5172

View File

@ -17,7 +17,7 @@ set TESTRUNNER=TestSuite.exe
set TESTRUNNERARGS=/B:TestSuite.out
set BINDIR=bin
if "%1"=="64" )
if "%1"=="64" (
set BINDIR=bin64
)