README 933 B

123456789101112131415161718192021222324252627282930
  1. This directory contains a testsuite for the Free Pascal Compiler.
  2. Tests starting with 'ts' have to compile and execute.
  3. Tests starting with 'tf' will throw an error when compiling.
  4. You can use the batch files to do all tests. testall.bat will compile all
  5. tests.
  6. template1.bat is a template for compiling tests that have to run and
  7. execute.
  8. template2.bat is a template for compiling tests that should crash the
  9. compiler. The test is considered passed if the compiler reports
  10. an error (crashes aren't allowed).
  11. Test files
  12. ----------
  13. ts010000.pp tests properties
  14. ts010001.pp tests class references (class of)
  15. ts010002.pp common Delphi object model test
  16. ts010003.pp tests the crt unit colors
  17. ts010004.pp tests forward classes
  18. ts010005.pp tests method overriding
  19. ts010006.pp tests libraries
  20. ts010015.pp tests typed files.
  21. ts10100.pp tests for delphi object model
  22. -
  23. ts101xx.pp