diff options
Diffstat (limited to 'test/unit/makefile')
| -rw-r--r-- | test/unit/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/unit/makefile b/test/unit/makefile index ab70d0532..ed06e5f93 100644 --- a/test/unit/makefile +++ b/test/unit/makefile @@ -50,10 +50,13 @@ TESTSRC=test*.cxx # Files being tested from scintilla/src directory TESTEDSRC=\ ../../src/CellBuffer.cxx \ + ../../src/CharacterCategoryMap.cxx \ ../../src/CharClassify.cxx \ ../../src/ContractionState.cxx \ ../../src/Decoration.cxx \ + ../../src/Document.cxx \ ../../src/PerLine.cxx \ + ../../src/RESearch.cxx \ ../../src/RunStyles.cxx \ ../../src/UniConversion.cxx \ ../../src/UniqueString.cxx |
