diff options
| author | 3gg <3gg@shellblade.net> | 2025-12-27 12:03:39 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2025-12-27 12:03:39 -0800 |
| commit | 5a079a2d114f96d4847d1ee305d5b7c16eeec50e (patch) | |
| tree | 8926ab44f168acf787d8e19608857b3af0f82758 /contrib/SDL-3.2.8/test/testautomation_suites.h | |
Initial commit
Diffstat (limited to 'contrib/SDL-3.2.8/test/testautomation_suites.h')
| -rw-r--r-- | contrib/SDL-3.2.8/test/testautomation_suites.h | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/contrib/SDL-3.2.8/test/testautomation_suites.h b/contrib/SDL-3.2.8/test/testautomation_suites.h new file mode 100644 index 0000000..093bb9b --- /dev/null +++ b/contrib/SDL-3.2.8/test/testautomation_suites.h | |||
| @@ -0,0 +1,43 @@ | |||
| 1 | /** | ||
| 2 | * Reference to all test suites. | ||
| 3 | * | ||
| 4 | */ | ||
| 5 | |||
| 6 | #ifndef _testsuites_h | ||
| 7 | #define _testsuites_h | ||
| 8 | |||
| 9 | #include <SDL3/SDL_test.h> | ||
| 10 | |||
| 11 | #define ISFINITE(X) isfinite((float)(X)) | ||
| 12 | #define ISINF(X) isinf((float)(X)) | ||
| 13 | #define ISNAN(X) isnan((float)(X)) | ||
| 14 | |||
| 15 | /* Test collections */ | ||
| 16 | extern SDLTest_TestSuiteReference audioTestSuite; | ||
| 17 | extern SDLTest_TestSuiteReference clipboardTestSuite; | ||
| 18 | extern SDLTest_TestSuiteReference eventsTestSuite; | ||
| 19 | extern SDLTest_TestSuiteReference guidTestSuite; | ||
| 20 | extern SDLTest_TestSuiteReference hintsTestSuite; | ||
| 21 | extern SDLTest_TestSuiteReference intrinsicsTestSuite; | ||
| 22 | extern SDLTest_TestSuiteReference joystickTestSuite; | ||
| 23 | extern SDLTest_TestSuiteReference keyboardTestSuite; | ||
| 24 | extern SDLTest_TestSuiteReference logTestSuite; | ||
| 25 | extern SDLTest_TestSuiteReference mainTestSuite; | ||
| 26 | extern SDLTest_TestSuiteReference mathTestSuite; | ||
| 27 | extern SDLTest_TestSuiteReference mouseTestSuite; | ||
| 28 | extern SDLTest_TestSuiteReference pixelsTestSuite; | ||
| 29 | extern SDLTest_TestSuiteReference platformTestSuite; | ||
| 30 | extern SDLTest_TestSuiteReference propertiesTestSuite; | ||
| 31 | extern SDLTest_TestSuiteReference rectTestSuite; | ||
| 32 | extern SDLTest_TestSuiteReference renderTestSuite; | ||
| 33 | extern SDLTest_TestSuiteReference iostrmTestSuite; | ||
| 34 | extern SDLTest_TestSuiteReference sdltestTestSuite; | ||
| 35 | extern SDLTest_TestSuiteReference stdlibTestSuite; | ||
| 36 | extern SDLTest_TestSuiteReference subsystemsTestSuite; | ||
| 37 | extern SDLTest_TestSuiteReference surfaceTestSuite; | ||
| 38 | extern SDLTest_TestSuiteReference timeTestSuite; | ||
| 39 | extern SDLTest_TestSuiteReference timerTestSuite; | ||
| 40 | extern SDLTest_TestSuiteReference videoTestSuite; | ||
| 41 | extern SDLTest_TestSuiteReference blitTestSuite; | ||
| 42 | |||
| 43 | #endif | ||
