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

@@ -45,6 +45,7 @@ static SDLTest_TestSuiteReference *testSuites[] = {
&syswmTestSuite,
&timerTestSuite,
&videoTestSuite,
&subsystemsTestSuite, /* run last, not interfere with other test enviroment */
NULL
};