Add new test suites (events, keyboard, syswm, video) with a few new tests each

This commit is contained in:
Andreas Schiffler 2013-01-06 15:17:59 -08:00
parent c412071894
commit 687ba034f6
8 changed files with 425 additions and 9 deletions

View file

@ -188,6 +188,10 @@
<ClCompile Include="..\..\..\test\testautomation_render.c" />
<ClCompile Include="..\..\..\test\testautomation_rwops.c" />
<ClCompile Include="..\..\..\test\testautomation_surface.c" />
<ClCompile Include="..\..\..\test\testautomation_events.c" />
<ClCompile Include="..\..\..\test\testautomation_keyboard.c" />
<ClCompile Include="..\..\..\test\testautomation_video.c" />
<ClCompile Include="..\..\..\test\testautomation_syswm.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\test\testautomation_suites.h" />