diff options
Diffstat (limited to 'contrib/SDL-3.2.8/cmake/test/sdltest.c')
| -rw-r--r-- | contrib/SDL-3.2.8/cmake/test/sdltest.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/SDL-3.2.8/cmake/test/sdltest.c b/contrib/SDL-3.2.8/cmake/test/sdltest.c new file mode 100644 index 0000000..f598a98 --- /dev/null +++ b/contrib/SDL-3.2.8/cmake/test/sdltest.c | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | #include <SDL3/SDL.h> | ||
| 2 | #include <SDL3/SDL_test.h> | ||
| 3 | |||
| 4 | |||
| 5 | int main(int argc, char *argv[]) { | ||
| 6 | SDLTest_CommonState state; | ||
| 7 | SDLTest_CommonDefaultArgs(&state, argc, argv); | ||
| 8 | return 0; | ||
| 9 | } | ||
