fpc/tests
1998-10-28 10:06:25 +00:00
..
getret.pp + tests to check if filename exists 1998-10-21 16:24:14 +00:00
makefile * see readme.txt 1998-10-28 09:52:26 +00:00
README * added two small tests 1998-10-22 16:41:10 +00:00
readme.txt * see readme.txt 1998-10-28 09:52:26 +00:00
tbf0008.pp * some files from bugs directory 1998-10-28 10:06:25 +00:00
tbf0010.pp * some files from bugs directory 1998-10-28 10:06:25 +00:00
tbs0001.pp * see readme.txt 1998-10-28 09:52:26 +00:00
tbs0002.pp * see readme.txt 1998-10-28 09:52:26 +00:00
tbs0003.pp * see readme.txt 1998-10-28 09:52:26 +00:00
tbs0004.pp * some files from bugs directory 1998-10-28 10:06:25 +00:00
tbs0005.pp * some files from bugs directory 1998-10-28 10:06:25 +00:00
tbs0006.pp * some files from bugs directory 1998-10-28 10:06:25 +00:00
tbs0007.pp * some files from bugs directory 1998-10-28 10:06:25 +00:00
tbs0009.pp * some files from bugs directory 1998-10-28 10:06:25 +00:00
tbs0011.pp * some files from bugs directory 1998-10-28 10:06:25 +00:00
tbs0012.pp * some files from bugs directory 1998-10-28 10:06:25 +00:00
tbs0013.pp * some files from bugs directory 1998-10-28 10:06:25 +00:00
tbs0014.pp * some files from bugs directory 1998-10-28 10:06:25 +00:00
tbs0015.pp * some files from bugs directory 1998-10-28 10:06:25 +00:00
tbs0016.pp * some files from bugs directory 1998-10-28 10:06:25 +00:00
tbs0017.pp * some files from bugs directory 1998-10-28 10:06:25 +00:00
tbs0018.pp * some files from bugs directory 1998-10-28 10:06:25 +00:00
tbs0019.pp * some files from bugs directory 1998-10-28 10:06:25 +00:00
template1.bat * restored version 1998-03-25 13:19:31 +00:00
template2.bat Initial revision 1998-03-25 11:33:02 +00:00
tesicrt.pp * see readme.txt 1998-10-28 09:52:26 +00:00
tesidos.pp * see readme.txt 1998-10-28 09:52:26 +00:00
testall.bat Initial revision 1998-03-25 11:33:02 +00:00
testheap.pp + more tests 1998-10-21 22:28:29 +00:00
testset.pp + added allexec tests if executables compiled 1998-10-22 14:35:40 +00:00
teststr.pp + added allexec tests if executables compiled 1998-10-22 14:35:40 +00:00
tf000001.pp + added a makefile for tests 1998-10-21 11:33:26 +00:00
tf000002.pp + add log for makefile 1998-10-21 12:09:52 +00:00
th010018.pp * added two small tests 1998-10-22 16:41:10 +00:00
to000000.pp + to000000.pp 1998-10-12 14:21:15 +00:00
ts010000.pp + added a makefile for tests 1998-10-21 11:33:26 +00:00
ts010001.pp + added a makefile for tests 1998-10-21 11:33:26 +00:00
ts010002.pp * see readme.txt 1998-10-28 09:52:26 +00:00
ts010003.pp Initial revision 1998-03-25 11:33:02 +00:00
ts010004.pp Initial revision 1998-03-25 11:33:02 +00:00
ts010005.pp + lowercase filenames 1998-03-26 10:46:49 +00:00
ts010006.pp * see readme.txt 1998-10-28 09:52:26 +00:00
ts010007.pp * see readme.txt 1998-10-28 09:52:26 +00:00
ts010008.pp * see readme.txt 1998-10-28 09:52:26 +00:00
ts010009.pp + lowercase filenames 1998-03-26 10:46:49 +00:00
ts010010.pp * restored version 1998-03-25 13:43:38 +00:00
ts010014.bat * restored version 1998-03-25 13:43:38 +00:00
ts010014.pp * restored version 1998-03-25 13:43:38 +00:00
ts010015.pp + Added test for typed files 1998-03-26 10:49:00 +00:00
ts010017.pp * added two small tests 1998-10-22 16:41:10 +00:00
ts010018.pp * added two small tests 1998-10-22 16:41:10 +00:00
ts010100.bat * restored version 1998-03-25 13:43:38 +00:00
ts010100.pp + added a makefile for tests 1998-10-21 11:33:26 +00:00
ts010101.pp + added a makefile for tests 1998-10-21 11:33:26 +00:00

  TESTS directory for FPC :

  several test programs for FPC 
  with compilation and execution tests.

  Standard way :
  'make all' will try to compile all the sources
   will printout a list of errors
  - programs that do not compile but should
  - programs that do compile when they should create an error !

  'make allexec' will try to run all non interactive executables
  'make alltesiexec' will try to run all interactive executables

  source files are separated in different pattern :

   ts*.pp 
   files that should compile and run without error (if programs !)
   
target 'allts' compiles all these files
    ts*.log contains the output of  the compiler
    ts*.res contains the return code (should be zero !)

target 'alltsexec' runs all these files
   they are run non interactively without arguments
   ts*.exc contains the return code should be zero
   (I basically added some halt(1) if the 
   execution is faulty !)
   ts*.elg contains the output of the program 

  tf*.pp 
  files that should fail on compilation
  target 'alltf' tries to compile all these files
  tf*.res should have a non zero value !!

  to*.pp special case for optimization
(treated like ts*.pp)

  test*.pp are treated like ts*.pp
but with targets 'alltest' and 'alltestexec'

  tesi*.pp are special cases of programs that require interactive
handling (readln or keypressed ...)
 these are only executed with tagert 'alltesiexec'

  Lastly :

   tbs*.pp are like ts*.pp 
but are translations from the bugs directory
(i.e. tests that the bug has been removed !!)

  tbf*.pp are like tf*.pp
  tis*.pp are like tesi*.pp