mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 19:27:55 +02:00
.. | ||
README | ||
template1.bat | ||
template2.bat | ||
testall.bat | ||
ts010000.pp | ||
ts010001.pp | ||
ts010002.pp | ||
ts010003.pp | ||
ts010004.pp | ||
TS010005.PP | ||
TS010006.PP | ||
TS010007.PP | ||
TS010008.PP |
This directory contains a testsuite for the Free Pascal Compiler. Tests starting with 'ts' have to compile and execute. Tests starting with 'tf' will crash the compiler. You can use the batch files to do all tests. testall.bat will compile all tests. template1.bat is a template for compiling tests that have to run and execute. template2.bat is a template for compiling tests that should crash the compiler. The test is considered passed if the compiler crashes or reports an error.