Rename sad_tests.cpp to sad_tests.c.

This commit is contained in:
Ari Koivula 2014-01-31 12:19:57 +02:00
parent 5d5fbb8704
commit 7d5c3f7d0f
3 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>