diff options
author | pierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-12-11 19:30:54 +0000 |
---|---|---|
committer | pierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-12-11 19:30:54 +0000 |
commit | b877d4ccd1b274b4623eb8ecfe40ab71ef06a8ca (patch) | |
tree | 0fd29a29663b81f4d5d72aa299f3110df885ee60 /tests | |
parent | 0d113ea16c5790362cdf57c6dd3fbd2b256a5552 (diff) | |
download | fpc-b877d4ccd1b274b4623eb8ecfe40ab71ef06a8ca.tar.gz |
+ describe new option NEEDEDAFTER
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14406 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'tests')
-rw-r--r-- | tests/readme.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/readme.txt b/tests/readme.txt index 8775e817ff..8fbef8a435 100644 --- a/tests/readme.txt +++ b/tests/readme.txt @@ -76,6 +76,9 @@ NOTE...............Output note when compiling/executing test NEEDLIBRARY........Adds -rpath to the linker for unix. This is needed to test runtime library tests. The library needs the -FE. option to place the .so in the correct directory. +NEEDEDAFTER........Use it if the files are necessary for a later test. + this option will avoid delteting generated file even when + TEST_DELTEMP is used. KNOWNRUNERROR......Known bug, which manifest itself at runtime. To the right of the equal sign is the expected exit code, followed by an optional note. Will not be logged |