Browse Source

* obsolete files

peter 26 years ago
parent
commit
82501a4687
3 changed files with 1 additions and 37 deletions
  1. 1 1
      tests/tbs0244.pp
  2. 0 18
      tests/ts010014.bat
  3. 0 18
      tests/ts010100.bat

+ 1 - 1
tests/tbs0244.pp

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

+ 0 - 18
tests/ts010014.bat

@@ -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

+ 0 - 18
tests/ts010100.bat

@@ -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