mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Rename sad_tests.cpp to sad_tests.c.
This commit is contained in:
parent
5d5fbb8704
commit
7d5c3f7d0f
|
@ -82,7 +82,7 @@
|
|||
<ItemGroup>
|
||||
<ClCompile Include="..\..\..\seatest\src\seatest.c" />
|
||||
<ClCompile Include="..\..\tests\picture_list_tests.c" />
|
||||
<ClCompile Include="..\..\tests\sad_tests.cpp" />
|
||||
<ClCompile Include="..\..\tests\sad_tests.c" />
|
||||
<ClCompile Include="..\..\tests\tests_main.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<ClCompile Include="..\..\tests\picture_list_tests.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\tests\sad_tests.cpp">
|
||||
<ClCompile Include="..\..\tests\sad_tests.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
|
|
Loading…
Reference in a new issue