diff options
| author | Neil <nyamatongwe@gmail.com> | 2021-07-01 09:01:22 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2021-07-01 09:01:22 +1000 |
| commit | 12dabace25a229d74db880473ecb7a5081bc65b9 (patch) | |
| tree | 5cc729f899f3c18da26b2acf3fa347352a0e01e5 /test/unit/makefile | |
| parent | 3a8326c2b1e58da085bc363c060d6aa5ce3727b3 (diff) | |
| download | scintilla-mirror-12dabace25a229d74db880473ecb7a5081bc65b9.tar.gz | |
Add searching test cases for multi-byte encoding
Diffstat (limited to 'test/unit/makefile')
| -rw-r--r-- | test/unit/makefile | 2 |
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 \ |
