aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/XiteQt.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/XiteQt.py')
-rw-r--r--test/XiteQt.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/XiteQt.py b/test/XiteQt.py
index d1ee5ea6b..b5900a308 100644
--- a/test/XiteQt.py
+++ b/test/XiteQt.py
@@ -18,6 +18,10 @@ scintillaScriptsDirectory = os.path.join(scintillaDirectory, "scripts")
sys.path.append(scintillaScriptsDirectory)
import Face
+scintillaIncludesLexers = False
+# Lexilla may optionally be tested it is built and can be loaded
+lexillaAvailable = False
+
class Form(QDialog):
def __init__(self, parent=None):