diff options
| author | Neil <nyamatongwe@gmail.com> | 2018-03-20 14:42:44 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2018-03-20 14:42:44 +1100 |
| commit | 4d96e72c0fe1549704b2e22602d586e051d5e6fb (patch) | |
| tree | e90c1b070937ad16b0689fbd111f348ddaccf884 /test/unit/UnitTester.vcxproj | |
| parent | b4c65995ed5cd4cc4eb067d47f1d689d3ec7d212 (diff) | |
| download | scintilla-mirror-4d96e72c0fe1549704b2e22602d586e051d5e6fb.tar.gz | |
Backport: Add unit tests for UniCoversion.
Backport of changeset 6631:dab8d8906cfb.
Diffstat (limited to 'test/unit/UnitTester.vcxproj')
| -rw-r--r-- | test/unit/UnitTester.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/UnitTester.vcxproj b/test/unit/UnitTester.vcxproj index 0554b68ba..d74b691fe 100644 --- a/test/unit/UnitTester.vcxproj +++ b/test/unit/UnitTester.vcxproj @@ -152,6 +152,7 @@ <ClCompile Include="..\..\src\ContractionState.cxx" />
<ClCompile Include="..\..\src\Decoration.cxx" />
<ClCompile Include="..\..\src\RunStyles.cxx" />
+ <ClCompile Include="..\..\src\UniConversion.cxx" />
<ClCompile Include="test*.cxx" />
<ClCompile Include="UnitTester.cxx" />
</ItemGroup>
|
