aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/makefile
diff options
context:
space:
mode:
authorZufu Liu <unknown>2021-06-21 13:34:23 +1000
committerZufu Liu <unknown>2021-06-21 13:34:23 +1000
commit5b3faa208ea29e45c6d845760bb902c3a9f057da (patch)
tree44b2c5eab8d575b55828916b9c060608e2dd8ffa /test/unit/makefile
parentc728c19ed80302772be1c32c6c842aa30839c152 (diff)
downloadscintilla-mirror-5b3faa208ea29e45c6d845760bb902c3a9f057da.tar.gz
Add tests for CharacterCategoryMap, RESearch, and Document.
Diffstat (limited to 'test/unit/makefile')
-rw-r--r--test/unit/makefile3
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