blob: 84df97009e5a411046c0754f79370001a1288ec3 [file]
@ECHO OFF
call gettests.bat
echo.
<nul (set /p x="Running official tests ... ")
runtest.exe official.decTest
IF NOT ERRORLEVEL 1 echo PASS
<nul (set /p x="Running additional tests ... ")
runtest.exe additional.decTest
IF NOT ERRORLEVEL 1 echo PASS
echo.