summaryrefslogtreecommitdiff
path: root/Build/source/libs/graphite/engine-2.3.1/test/RegressionTest/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/graphite/engine-2.3.1/test/RegressionTest/readme.txt')
-rw-r--r--Build/source/libs/graphite/engine-2.3.1/test/RegressionTest/readme.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/Build/source/libs/graphite/engine-2.3.1/test/RegressionTest/readme.txt b/Build/source/libs/graphite/engine-2.3.1/test/RegressionTest/readme.txt
new file mode 100644
index 00000000000..e9f7facad20
--- /dev/null
+++ b/Build/source/libs/graphite/engine-2.3.1/test/RegressionTest/readme.txt
@@ -0,0 +1,19 @@
+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.
+