From 651e4b440ad3019a63b10d972ee36a296020e2c8 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 22 Dec 2019 22:43:28 +1100 Subject: Lexilla testing framework. --- scripts/HeaderCheck.py | 2 ++ scripts/HeaderOrder.txt | 6 ++++++ 2 files changed, 8 insertions(+) (limited to 'scripts') diff --git a/scripts/HeaderCheck.py b/scripts/HeaderCheck.py index b25dd105c..5378717a6 100644 --- a/scripts/HeaderCheck.py +++ b/scripts/HeaderCheck.py @@ -42,6 +42,8 @@ def CheckFiles(root): filePaths += glob.glob(root + "/cocoa/*.mm") filePaths += glob.glob(root + "/cocoa/*.h") filePaths += glob.glob(root + "/test/unit/*.cxx") + filePaths += glob.glob(root + "/lexilla/src/*.cxx") + filePaths += glob.glob(root + "/lexilla/test/*.cxx") # The Qt platform code interleaves system and Scintilla headers #~ filePaths += glob.glob(root + "/qt/ScintillaEditBase/*.cpp") #~ filePaths += glob.glob(root + "/qt/ScintillaEdit/*.cpp") diff --git a/scripts/HeaderOrder.txt b/scripts/HeaderOrder.txt index 23c16081a..03eb3d539 100644 --- a/scripts/HeaderOrder.txt +++ b/scripts/HeaderOrder.txt @@ -49,6 +49,8 @@ #include #include #include +#include +#include // POSIX #include @@ -156,6 +158,10 @@ #include "ExternalLexer.h" +#include "Lexilla.h" +#include "TestDocument.h" +#include "LexillaAccess.h" + // Platform-specific headers // win32 -- cgit v1.2.3