diff options
author | Neil <nyamatongwe@gmail.com> | 2019-12-22 22:43:28 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-12-22 22:43:28 +1100 |
commit | 651e4b440ad3019a63b10d972ee36a296020e2c8 (patch) | |
tree | e3ad0055daf94ce00326e4bc34f97b80a154b8ea /scripts/HeaderCheck.py | |
parent | 0af155eae811e515b7d4fbad8e198cdf01f6ff2f (diff) | |
download | scintilla-mirror-651e4b440ad3019a63b10d972ee36a296020e2c8.tar.gz |
Lexilla testing framework.
Diffstat (limited to 'scripts/HeaderCheck.py')
-rw-r--r-- | scripts/HeaderCheck.py | 2 |
1 files changed, 2 insertions, 0 deletions
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") |