|
@@ -1,9 +1,13 @@
|
|
|
This directory contains tests for several parts of the compiler:
|
|
|
The tests ordered how they should be executed
|
|
|
|
|
|
-Ansistrings .................. testansi.pp
|
|
|
- testa2.pp
|
|
|
-Classes ...................... testdom.pp
|
|
|
-Exceptions ................... testexc.pp
|
|
|
- testexc2.pp
|
|
|
- testexc3.pp
|
|
|
+Shortstrings .......... teststr.pp compatibility and speed of
|
|
|
+ string functions
|
|
|
+ teststr2.pp some misc. tests mainly collected
|
|
|
+ from bug reports
|
|
|
+Ansistrings ........... testansi.pp
|
|
|
+ testa2.pp
|
|
|
+Classes ............... testdom.pp
|
|
|
+Exceptions ............ testexc.pp
|
|
|
+ testexc2.pp
|
|
|
+ testexc3.pp
|