diff options
author | Andreas Schiffler <aschiffler@ferzkopp.net> | 2013-05-01 22:14:29 -0700 |
---|---|---|
committer | Andreas Schiffler <aschiffler@ferzkopp.net> | 2013-05-01 22:14:29 -0700 |
commit | 13ea116dc5ed3e3c0d86ac46277b45ee5de07231 (patch) | |
tree | e4c3d7d61eaa5c4e49fc6e8d6e7fd41c43c770ee /VisualC | |
parent | 14b55479a26b846c2d45c36fad43fbd2bcaf3a26 (diff) |
Add pixels test suite; add a test to pixel suite; minor updates to test code to make VisualStudio happy
Diffstat (limited to 'VisualC')
-rw-r--r-- | VisualC/tests/testautomation/testautomation_vs2010.vcxproj | 3 | ||||
-rw-r--r-- | VisualC/tests/testautomation/testautomation_vs2012.vcxproj | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/VisualC/tests/testautomation/testautomation_vs2010.vcxproj b/VisualC/tests/testautomation/testautomation_vs2010.vcxproj index 66faf965a8..0947a97545 100644 --- a/VisualC/tests/testautomation/testautomation_vs2010.vcxproj +++ b/VisualC/tests/testautomation/testautomation_vs2010.vcxproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> @@ -192,6 +192,7 @@ <ClCompile Include="..\..\..\test\testautomation_sdltest.c" /> <ClCompile Include="..\..\..\test\testautomation_mouse.c" /> <ClCompile Include="..\..\..\test\testautomation_timer.c" /> + <ClCompile Include="..\..\..\test\testautomation_pixels.c" /> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\..\test\testautomation_suites.h" /> diff --git a/VisualC/tests/testautomation/testautomation_vs2012.vcxproj b/VisualC/tests/testautomation/testautomation_vs2012.vcxproj index 6927468f60..340081bc2c 100644 --- a/VisualC/tests/testautomation/testautomation_vs2012.vcxproj +++ b/VisualC/tests/testautomation/testautomation_vs2012.vcxproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
@@ -196,6 +196,7 @@ <ClCompile Include="..\..\..\test\testautomation_sdltest.c" />
<ClCompile Include="..\..\..\test\testautomation_mouse.c" />
<ClCompile Include="..\..\..\test\testautomation_timer.c" />
+ <ClCompile Include="..\..\..\test\testautomation_pixels.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\test\testautomation_suites.h" />
|