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