Added subsystem refcount tests to testautomation

This commit is contained in:
Ivan Mogilko
2023-10-13 19:43:18 +03:00
committed by Sam Lantinga
parent 7f65ed6461
commit c4bf05fd9d
4 changed files with 243 additions and 1 deletions

View File

@@ -221,6 +221,7 @@
<ClCompile Include="..\..\..\test\testautomation_syswm.c" />
<ClCompile Include="..\..\..\test\testautomation_timer.c" />
<ClCompile Include="..\..\..\test\testautomation_video.c" />
<ClCompile Include="..\..\..\test\testautomation_subsystems.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\test\testautomation_suites.h" />
@@ -228,4 +229,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>