Add testautomation suite for alpha blending

This commit is contained in:
Isaac Aronson
2023-09-12 18:41:36 -05:00
committed by Sam Lantinga
parent 9590a47629
commit 594ca1a897
4 changed files with 557 additions and 0 deletions

View File

@@ -39,5 +39,6 @@ extern SDLTest_TestSuiteReference surfaceTestSuite;
extern SDLTest_TestSuiteReference timeTestSuite;
extern SDLTest_TestSuiteReference timerTestSuite;
extern SDLTest_TestSuiteReference videoTestSuite;
extern SDLTest_TestSuiteReference blitTestSuite;
#endif