summaryrefslogtreecommitdiff
path: root/VisualC
diff options
context:
space:
mode:
authorAndreas Schiffler <aschiffler@ferzkopp.net>2014-03-19 21:39:55 -0700
committerAndreas Schiffler <aschiffler@ferzkopp.net>2014-03-19 21:39:55 -0700
commit353b516a349faf4e8b4ed022aaa6fa8ec681da6f (patch)
treee1b06f9b68a591b9e3e5c177405a57618a610b28 /VisualC
parent9566f222dcaa925da9211dc4180b846bf983a073 (diff)
Add input validation to SDL_getenv/SDL_setenv; update Stdlib testsuite; add Hints testsuite
Diffstat (limited to 'VisualC')
-rwxr-xr-xVisualC/tests/testautomation/testautomation_VS2008.vcproj4
-rw-r--r--VisualC/tests/testautomation/testautomation_vs2010.vcxproj1
-rw-r--r--VisualC/tests/testautomation/testautomation_vs2012.vcxproj1
-rw-r--r--VisualC/tests/testautomation/testautomation_vs2013.vcxproj1
4 files changed, 7 insertions, 0 deletions
diff --git a/VisualC/tests/testautomation/testautomation_VS2008.vcproj b/VisualC/tests/testautomation/testautomation_VS2008.vcproj
index 5b5ffa66fd..e6f465baa9 100755
--- a/VisualC/tests/testautomation/testautomation_VS2008.vcproj
+++ b/VisualC/tests/testautomation/testautomation_VS2008.vcproj
@@ -271,6 +271,10 @@
RelativePath="..\..\..\test\testautomation_video.c"
>
</File>
+ <File
+ RelativePath="..\..\..\test\testautomation_hints.c"
+ >
+ </File>
</Files>
<Globals>
</Globals>
diff --git a/VisualC/tests/testautomation/testautomation_vs2010.vcxproj b/VisualC/tests/testautomation/testautomation_vs2010.vcxproj
index 3c4fe9d9f9..073015951a 100644
--- a/VisualC/tests/testautomation/testautomation_vs2010.vcxproj
+++ b/VisualC/tests/testautomation/testautomation_vs2010.vcxproj
@@ -194,6 +194,7 @@
<ClCompile Include="..\..\..\test\testautomation_syswm.c" />
<ClCompile Include="..\..\..\test\testautomation_timer.c" />
<ClCompile Include="..\..\..\test\testautomation_video.c" />
+ <ClCompile Include="..\..\..\test\testautomation_hints.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 a026096bc9..b50329cd4d 100644
--- a/VisualC/tests/testautomation/testautomation_vs2012.vcxproj
+++ b/VisualC/tests/testautomation/testautomation_vs2012.vcxproj
@@ -198,6 +198,7 @@
<ClCompile Include="..\..\..\test\testautomation_syswm.c" />
<ClCompile Include="..\..\..\test\testautomation_timer.c" />
<ClCompile Include="..\..\..\test\testautomation_video.c" />
+ <ClCompile Include="..\..\..\test\testautomation_hints.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\test\testautomation_suites.h" />
diff --git a/VisualC/tests/testautomation/testautomation_vs2013.vcxproj b/VisualC/tests/testautomation/testautomation_vs2013.vcxproj
index 7fb12228f9..8bded70523 100644
--- a/VisualC/tests/testautomation/testautomation_vs2013.vcxproj
+++ b/VisualC/tests/testautomation/testautomation_vs2013.vcxproj
@@ -198,6 +198,7 @@
<ClCompile Include="..\..\..\test\testautomation_syswm.c" />
<ClCompile Include="..\..\..\test\testautomation_timer.c" />
<ClCompile Include="..\..\..\test\testautomation_video.c" />
+ <ClCompile Include="..\..\..\test\testautomation_hints.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\test\testautomation_suites.h" />