aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/makefile
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-07-01 09:01:22 +1000
committerNeil <nyamatongwe@gmail.com>2021-07-01 09:01:22 +1000
commit12dabace25a229d74db880473ecb7a5081bc65b9 (patch)
tree5cc729f899f3c18da26b2acf3fa347352a0e01e5 /test/unit/makefile
parent3a8326c2b1e58da085bc363c060d6aa5ce3727b3 (diff)
downloadscintilla-mirror-12dabace25a229d74db880473ecb7a5081bc65b9.tar.gz
Add searching test cases for multi-byte encoding
Diffstat (limited to 'test/unit/makefile')
-rw-r--r--test/unit/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/makefile b/test/unit/makefile
index ed06e5f93..1cde6319e 100644
--- a/test/unit/makefile
+++ b/test/unit/makefile
@@ -49,6 +49,8 @@ CXXFLAGS += -Wall -Wextra
TESTSRC=test*.cxx
# Files being tested from scintilla/src directory
TESTEDSRC=\
+ ../../src/CaseConvert.cxx \
+ ../../src/CaseFolder.cxx \
../../src/CellBuffer.cxx \
../../src/CharacterCategoryMap.cxx \
../../src/CharClassify.cxx \