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