testautomation: add an option to list all test suites and tests

This commit is contained in:
Sylvain
2023-01-16 10:50:52 +01:00
committed by Sylvain Becker
parent 69253c542a
commit 80f51eeb1f
2 changed files with 21 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ extern SDLTest_TestSuiteReference timerTestSuite;
extern SDLTest_TestSuiteReference videoTestSuite;
/* All test suites */
SDLTest_TestSuiteReference *testSuites[] = {
static SDLTest_TestSuiteReference *testSuites[] = {
&audioTestSuite,
&clipboardTestSuite,
&eventsTestSuite,