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 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/HeaderCheck.py') 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") -- cgit v1.2.3