mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Add missing test files to Visual Studio project
Adds coeff_sum_tests.c to kvazaar_tests.vcxproj.
This commit is contained in:
parent
1ead9c0c39
commit
5962cbf400
|
@ -97,6 +97,7 @@
|
|||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\tests\coeff_sum_tests.c" />
|
||||
<ClCompile Include="..\..\tests\dct_tests.c" />
|
||||
<ClCompile Include="..\..\tests\test_strategies.c" />
|
||||
<ClCompile Include="..\..\tests\intra_sad_tests.c" />
|
||||
|
|
|
@ -39,6 +39,9 @@
|
|||
<ClCompile Include="..\..\tests\dct_tests.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\tests\coeff_sum_tests.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\tests\sad_tests.h">
|
||||
|
|
Loading…
Reference in a new issue