Added a virtual joystick automated test

Useful to verify 4fa2653394 on a big-endian system
This commit is contained in:
Sam Lantinga
2022-07-13 08:57:40 -07:00
parent 06c7d22653
commit 7e2a996958
5 changed files with 114 additions and 18 deletions

View File

@@ -208,6 +208,7 @@
<ClCompile Include="..\..\..\test\testautomation_events.c" />
<ClCompile Include="..\..\..\test\testautomation_guid.c" />
<ClCompile Include="..\..\..\test\testautomation_hints.c" />
<ClCompile Include="..\..\..\test\testautomation_joystick.c" />
<ClCompile Include="..\..\..\test\testautomation_keyboard.c" />
<ClCompile Include="..\..\..\test\testautomation_main.c" />
<ClCompile Include="..\..\..\test\testautomation_math.c" />
@@ -230,4 +231,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>