Rename SDL2 tests for SDL3

This commit is contained in:
Sam Lantinga
2023-01-03 10:28:18 -08:00
parent 86658f2ca7
commit 1d956c2817
36 changed files with 170 additions and 170 deletions

View File

@@ -59,7 +59,7 @@ Or with cmake:
To build one of the tests:
$ cd test/
$ emcc -O2 --js-opts 0 -g4 testdraw2.c -I../include ../build/.libs/libSDL3.a ../build/libSDL3_test.a -o a.html
$ emcc -O2 --js-opts 0 -g4 testdraw.c -I../include ../build/.libs/libSDL3.a ../build/libSDL3_test.a -o a.html
Uses GLES2 renderer or software