diff options
Diffstat (limited to 'Build/source/libs/graphite-engine/test/RegressionTest/readme.txt')
-rw-r--r-- | Build/source/libs/graphite-engine/test/RegressionTest/readme.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Build/source/libs/graphite-engine/test/RegressionTest/readme.txt b/Build/source/libs/graphite-engine/test/RegressionTest/readme.txt deleted file mode 100644 index e9f7facad20..00000000000 --- a/Build/source/libs/graphite-engine/test/RegressionTest/readme.txt +++ /dev/null @@ -1,19 +0,0 @@ -Graphite Regression Test - -COMPILING -Use makedebug.bat to build a debug version. Creating a release version is not supported. - -RUNNING -Extract the fonts from the fonts.zip file and install them. - -Options: -/d - breaks into the debugger (if any) when an error occurs -/s - silent mode; does not write to the standard output but only to the log file - -The program generates a file called grregtest.log with a list of errors. - -A file called tracelog.txt will be output for the tests for which tracing is turned on. - -ADDING TESTS -See TestCase.cpp. - |