diff options
author | Jonathan Marshall <jmarshall@never.you.mind> | 2012-10-22 20:04:34 +1300 |
---|---|---|
committer | Jonathan Marshall <jmarshall@never.you.mind> | 2012-10-27 21:08:07 +1300 |
commit | a5d80392b7f7d40999683aa44b165170791283b3 (patch) | |
tree | c0bf6dbe0148d00b1bca7921d0db1e132d0a165c /project | |
parent | 8589cd820e48b92398f8c3be759a598a58873cd4 (diff) |
adds unit test for CTextureCache::GetWrappedImageURL
Diffstat (limited to 'project')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 6 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index c0a8a3516f..f0fd8c9f35 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -972,6 +972,12 @@ <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"> + <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> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release (OpenGL)|Win32'">true</ExcludedFromBuild> + </ClCompile> <ClCompile Include="..\..\xbmc\test\TestUtils.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug (DirectX)|Win32'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug (OpenGL)|Win32'">true</ExcludedFromBuild> diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index cf1711ecbc..8923bfe3d7 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -2933,6 +2933,9 @@ <ClCompile Include="..\..\xbmc\test\TestFileItem.cpp"> <Filter>test</Filter> </ClCompile> + <ClCompile Include="..\..\xbmc\test\TestTextureCache.cpp"> + <Filter>test</Filter> + </ClCompile> <ClCompile Include="..\..\xbmc\interfaces\json-rpc\PVROperations.cpp"> <Filter>interfaces\json-rpc</Filter> </ClCompile> |