diff options
Diffstat (limited to 'src/contrib/SDL-3.2.20/cmake/test/sdltest.c')
-rw-r--r-- | src/contrib/SDL-3.2.20/cmake/test/sdltest.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/contrib/SDL-3.2.20/cmake/test/sdltest.c b/src/contrib/SDL-3.2.20/cmake/test/sdltest.c new file mode 100644 index 0000000..f598a98 --- /dev/null +++ b/src/contrib/SDL-3.2.20/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 | } | ||