fpc/tests
2000-01-31 10:17:36 +00:00
..
tbf tbs0300 to tbf0300 1999-12-06 16:29:25 +00:00
tbs + 304-309 transfert 2000-01-20 00:18:00 +00:00
tesi * moved *.pp into subdirs 1999-12-02 17:37:24 +00:00
test * test for -<qword> 2000-01-27 23:50:04 +00:00
tf + some new tests for the goto checking in exception blocks added 1999-12-14 09:59:06 +00:00
to * moved *.pp into subdirs 1999-12-02 17:37:24 +00:00
ts *** empty log message *** 2000-01-24 22:58:50 +00:00
webtbf tbug744 must fail 1999-12-13 12:40:03 +00:00
webtbs * forgot that tests should be non interactive !! 2000-01-31 10:17:36 +00:00
erroru.pp bugs 230-241 1999-05-29 23:48:34 +00:00
getret.pp
Makefile * regenerated 2000-01-26 21:19:49 +00:00
Makefile.fpc * ex_fail error corrected 1999-12-20 23:37:26 +00:00
README + some new tests for the goto checking in exception blocks added 1999-12-14 09:59:06 +00:00
readme.txt
win95test.bat * longlog fixes 1999-12-20 23:27:54 +00:00

  TESTS directory for FPC :

  several test programs for FPC 
  with compilation and execution tests.

  Standard way :
  'make tests' 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