Add the blit automation tests

This commit is contained in:
Sam Lantinga
2024-07-08 10:58:48 -07:00
parent c457dbb629
commit 4d5f139f0f

View File

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