From 4d5f139f0fc2ccccd1f13537fbabe4165c2cc11f Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 8 Jul 2024 10:58:48 -0700 Subject: [PATCH] Add the blit automation tests --- test/testautomation.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/testautomation.c b/test/testautomation.c index f966e56845..a8de28bf91 100644 --- a/test/testautomation.c +++ b/test/testautomation.c @@ -49,6 +49,7 @@ static SDLTest_TestSuiteReference *testSuites[] = { &timeTestSuite, &timerTestSuite, &videoTestSuite, + &blitTestSuite, &subsystemsTestSuite, /* run last, not interfere with other test environment */ NULL };