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/UnitTester.vcxproj | |
| parent | 3a8326c2b1e58da085bc363c060d6aa5ce3727b3 (diff) | |
| download | scintilla-mirror-12dabace25a229d74db880473ecb7a5081bc65b9.tar.gz | |
Add searching test cases for multi-byte encoding
Diffstat (limited to 'test/unit/UnitTester.vcxproj')
| -rw-r--r-- | test/unit/UnitTester.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/UnitTester.vcxproj b/test/unit/UnitTester.vcxproj index 358302321..2e130ec3d 100644 --- a/test/unit/UnitTester.vcxproj +++ b/test/unit/UnitTester.vcxproj @@ -150,6 +150,8 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
+ <ClCompile Include="..\..\src\CaseConvert.cxx" />
+ <ClCompile Include="..\..\src\CaseFolder.cxx" />
<ClCompile Include="..\..\src\CellBuffer.cxx" />
<ClCompile Include="..\..\src\CharacterCategoryMap.cxx" />
<ClCompile Include="..\..\src\CharClassify.cxx" />
|
