aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/README
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-11-12 14:33:18 +1100
committerNeil <nyamatongwe@gmail.com>2021-11-12 14:33:18 +1100
commit2e30b0e2a18037ed362564ba3c150ad8d8459b2b (patch)
tree45d86a228612dc109a9fa1c132486973c13dc8ed /test/README
parent8c1bb32d0fc980ff296e3f604fccf43fcbb53008 (diff)
downloadscintilla-mirror-2e30b0e2a18037ed362564ba3c150ad8d8459b2b.tar.gz
Remove XiteQt.py as ScintillaEditPy is no longer included in Scintilla
and the required PySide library no longer supported.
Diffstat (limited to 'test/README')
-rw-r--r--test/README11
1 files changed, 2 insertions, 9 deletions
diff --git a/test/README b/test/README
index 53bfb7caa..740ab3470 100644
--- a/test/README
+++ b/test/README
@@ -1,8 +1,9 @@
The test directory contains some unit and performance tests for Scintilla.
-The tests can only be run on Windows or Linux/Qt using Python 2.7 or 3.x.
+The tests can only be run on Windows using Python 2.7 or 3.x.
Python 2.7+ is required because the bytes string type and literals are available.
Scintilla must be built before running any tests.
+Lexilla may be built before running tests but lexing tests will be skipped if Lexilla not available.
A test application for Windows only is in xite.py and this can be run to experiment:
pythonw xite.py
@@ -10,14 +11,6 @@ pythonw xite.py
To run the basic tests:
python simpleTests.py
-There are some lexing tests with simple input files in several languages in the examples
-subdirectory and their expected lexed states in *.styled where the start of each style
-is marked with {styleNumber}, for example:
-{15}<%@{16}language=javas{15}%>{0}
-
-To run the lexing tests:
-python lexTests.py
-
To check for performance regressions:
python performanceTests.py
While each test run will be different and the timer has only limited granularity, some results