mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
Add missing tests to Windows build.
This commit is contained in:
parent
31d8495a1f
commit
64c5082247
@ -177,6 +177,8 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\..\src\common\tests\CommonTest.cpp" />
|
||||
<ClCompile Include="..\..\..\src\common\tests\CvtTest.cpp" />
|
||||
<ClCompile Include="..\..\..\src\common\tests\StringTest.cpp" />
|
||||
<ClCompile Include="..\..\..\src\common\classes\tests\AlignerTest.cpp" />
|
||||
<ClCompile Include="..\..\..\src\common\classes\tests\ArrayTest.cpp" />
|
||||
<ClCompile Include="..\..\..\src\common\classes\tests\DoublyLinkedListTest.cpp" />
|
||||
|
@ -18,6 +18,12 @@
|
||||
<ClCompile Include="..\..\..\src\common\tests\CommonTest.cpp">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\src\common\tests\CvtTest.cpp">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\src\common\tests\StringTest.cpp">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\src\common\classes\tests\AlignerTest.cpp">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
|
Loading…
Reference in New Issue
Block a user