Skip to content

Commit 64c5082

Browse files
committed
Add missing tests to Windows build.
1 parent 31d8495 commit 64c5082

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

builds/win32/msvc15/common_test.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@
177177
</ItemGroup>
178178
<ItemGroup>
179179
<ClCompile Include="..\..\..\src\common\tests\CommonTest.cpp" />
180+
<ClCompile Include="..\..\..\src\common\tests\CvtTest.cpp" />
181+
<ClCompile Include="..\..\..\src\common\tests\StringTest.cpp" />
180182
<ClCompile Include="..\..\..\src\common\classes\tests\AlignerTest.cpp" />
181183
<ClCompile Include="..\..\..\src\common\classes\tests\ArrayTest.cpp" />
182184
<ClCompile Include="..\..\..\src\common\classes\tests\DoublyLinkedListTest.cpp" />

builds/win32/msvc15/common_test.vcxproj.filters

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
<ClCompile Include="..\..\..\src\common\tests\CommonTest.cpp">
1919
<Filter>source</Filter>
2020
</ClCompile>
21+
<ClCompile Include="..\..\..\src\common\tests\CvtTest.cpp">
22+
<Filter>source</Filter>
23+
</ClCompile>
24+
<ClCompile Include="..\..\..\src\common\tests\StringTest.cpp">
25+
<Filter>source</Filter>
26+
</ClCompile>
2127
<ClCompile Include="..\..\..\src\common\classes\tests\AlignerTest.cpp">
2228
<Filter>source</Filter>
2329
</ClCompile>

0 commit comments

Comments
 (0)