diff options
| author | Zufu Liu <unknown> | 2021-06-21 13:34:23 +1000 |
|---|---|---|
| committer | Zufu Liu <unknown> | 2021-06-21 13:34:23 +1000 |
| commit | 5b3faa208ea29e45c6d845760bb902c3a9f057da (patch) | |
| tree | 44b2c5eab8d575b55828916b9c060608e2dd8ffa /test/unit/UnitTester.vcxproj | |
| parent | c728c19ed80302772be1c32c6c842aa30839c152 (diff) | |
| download | scintilla-mirror-5b3faa208ea29e45c6d845760bb902c3a9f057da.tar.gz | |
Add tests for CharacterCategoryMap, RESearch, and Document.
Diffstat (limited to 'test/unit/UnitTester.vcxproj')
| -rw-r--r-- | test/unit/UnitTester.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/unit/UnitTester.vcxproj b/test/unit/UnitTester.vcxproj index b9b004154..358302321 100644 --- a/test/unit/UnitTester.vcxproj +++ b/test/unit/UnitTester.vcxproj @@ -151,10 +151,13 @@ </ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\src\CellBuffer.cxx" />
+ <ClCompile Include="..\..\src\CharacterCategoryMap.cxx" />
<ClCompile Include="..\..\src\CharClassify.cxx" />
<ClCompile Include="..\..\src\ContractionState.cxx" />
<ClCompile Include="..\..\src\Decoration.cxx" />
+ <ClCompile Include="..\..\src\Document.cxx" />
<ClCompile Include="..\..\src\PerLine.cxx" />
+ <ClCompile Include="..\..\src\RESearch.cxx" />
<ClCompile Include="..\..\src\RunStyles.cxx" />
<ClCompile Include="..\..\src\UniConversion.cxx" />
<ClCompile Include="..\..\src\UniqueString.cxx" />
|
