From 5b3faa208ea29e45c6d845760bb902c3a9f057da Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Mon, 21 Jun 2021 13:34:23 +1000 Subject: Add tests for CharacterCategoryMap, RESearch, and Document. --- test/unit/makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/unit/makefile') 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 -- cgit v1.2.3