summaryrefslogtreecommitdiff
path: root/tests/readme.txt
diff options
context:
space:
mode:
authorsvenbarth <svenbarth@3ad0048d-3df7-0310-abae-a5850022a9f2>2017-08-20 20:26:38 +0000
committersvenbarth <svenbarth@3ad0048d-3df7-0310-abae-a5850022a9f2>2017-08-20 20:26:38 +0000
commitdf47f17faafd11ac84fb3bcd49ae957c571c9f5d (patch)
treeb5979b660eca141707351c3675399db990cd8326 /tests/readme.txt
parent7348bf029f6fdca7d1f430ae93334f3a285ff793 (diff)
downloadfpc-df47f17faafd11ac84fb3bcd49ae957c571c9f5d.tar.gz
* document %CONFIGFILE option in ReadMe
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@36995 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'tests/readme.txt')
-rw-r--r--tests/readme.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/readme.txt b/tests/readme.txt
index 76b83ea0bc..20f8e10f87 100644
--- a/tests/readme.txt
+++ b/tests/readme.txt
@@ -84,7 +84,11 @@ DELFILES...........List of files (separated by spaces) to be deleted after
the test. Files will be deleted only if TEST_DELTEMP is
set. If no extension is specified for a file, the dotest
program will try to delete executable and shared library
- of that name, using appropriate exe and dll extensions.
+ of that name, using appropriate exe and dll extensions
+CONFIGFILE Specifies a file in ./config that is to be copied to the
+ test. If two names are given the first is the source filename
+ and the second is the destination filename. If only one is
+ given than it acts both as source and destination filename.
GRAPH..............Requires graph unit
FAIL...............Compilation must fail
RECOMPILE..........After compiling a test, recompile the test for a second