Add missing file to Visual Studio tests project.

Adds file tests/mv_cand_tests.c to kvazaar_tests VS project files.
This commit is contained in:
Arttu Ylä-Outinen 2016-01-25 12:08:45 +02:00
parent 8e6c12b859
commit 9feb2f6dbd
2 changed files with 6 additions and 2 deletions

View file

@ -100,6 +100,7 @@
<ClCompile Include="..\..\tests\dct_tests.c" />
<ClCompile Include="..\..\tests\test_strategies.c" />
<ClCompile Include="..\..\tests\intra_sad_tests.c" />
<ClCompile Include="..\..\tests\mv_cand_tests.c" />
<ClCompile Include="..\..\tests\sad_tests.c" />
<ClCompile Include="..\..\tests\satd_tests.c" />
<ClCompile Include="..\..\tests\speed_tests.c" />
@ -113,4 +114,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

View file

@ -24,6 +24,9 @@
<ClCompile Include="..\..\tests\intra_sad_tests.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\tests\mv_cand_tests.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\tests\satd_tests.c">
<Filter>Source Files</Filter>
</ClCompile>
@ -48,4 +51,4 @@
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>
</Project>