From 12dabace25a229d74db880473ecb7a5081bc65b9 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 1 Jul 2021 09:01:22 +1000 Subject: Add searching test cases for multi-byte encoding --- test/unit/makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/unit/makefile') 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 \ -- cgit v1.2.3