* obsolete files

This commit is contained in:
peter 1999-09-19 11:51:35 +00:00
parent 4fdb921d7b
commit 82501a4687
3 changed files with 1 additions and 37 deletions

View File

@ -1,4 +1,4 @@
Unit bug0244;
Unit tbs0244;
{test also with -So !!!}

View File

@ -1,18 +0,0 @@
@echo off
rem
rem Batch file to compile and run ts010014
rem
echo Compiling ts010014...
ppc386 ts010014 >nul
if errorlevel 1 goto comfailed
echo compilation of ts010014 : PASSED
ts010014 >nul
if errorlevel 0 goto runpassed
echo execution of ts010014 : FAILED
goto end
:runpassed
echo execution of ts010014 : PASSED
goto end
:comfailed
echo Compilation of ts010014 : FAILED
:end

View File

@ -1,18 +0,0 @@
@echo off
rem
rem Batch file to compile and run ts010100
rem
echo Compiling ts010100...
ppc386 ts010100 >nul
if errorlevel 1 goto comfailed
echo compilation of ts010100 : PASSED
ts010100 >nul
if errorlevel 0 goto runpassed
echo execution of ts010100 : FAILED
goto end
:runpassed
echo execution of ts010100 : PASSED
goto end
:comfailed
echo Compilation of ts010100 : FAILED
:end