diff options
author | Memphiz <memphis@machzwo.de> | 2013-11-12 12:58:54 +0100 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2013-11-12 13:24:53 +0100 |
commit | 0cfa2f78e56a804085edc374959986f2eddf2a91 (patch) | |
tree | 17dd8f32bfa2a4ae4a30b30d5e90e60ed5296dbf /project | |
parent | 897ba83599525b1f2f04ff72b4913be0c3572019 (diff) |
[gtest] - move test for texturecache to textureutils as the tested method also moved classes... fixes compile of testsuite
Diffstat (limited to 'project')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 2 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index b1f8cc3690..953aceb6e9 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -934,7 +934,7 @@ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release (DirectX)|Win32'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release (OpenGL)|Win32'">true</ExcludedFromBuild> </ClCompile> - <ClCompile Include="..\..\xbmc\test\TestTextureCache.cpp"> + <ClCompile Include="..\..\xbmc\test\TestTextureUtils.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug (DirectX)|Win32'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug (OpenGL)|Win32'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release (DirectX)|Win32'">true</ExcludedFromBuild> diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index 26d3209590..947238d14f 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -2848,7 +2848,7 @@ <ClCompile Include="..\..\xbmc\test\TestFileItem.cpp"> <Filter>test</Filter> </ClCompile> - <ClCompile Include="..\..\xbmc\test\TestTextureCache.cpp"> + <ClCompile Include="..\..\xbmc\test\TestTextureUtils.cpp"> <Filter>test</Filter> </ClCompile> <ClCompile Include="..\..\xbmc\interfaces\json-rpc\PVROperations.cpp"> |