SDL/src/test
Ozkan Sezer a887b8e28b SDL_test_common.c: replaced all printf() calls with SDL_Log()
Otherwise, if one builds libSDL2_test using a new mingw but builds
the test programs using an older mingw, a link failure happens:

/opt/local/x86_64-w64-mingw32/lib/libSDL2_test.a(SDL_test_common.o): In function `printf':
/opt/local/x86_64-w64-mingw32/include/stdio.h:372: undefined reference to `__imp___acrt_iob_func'
collect2: ld returned 1 exit status
2021-12-03 20:03:10 +03:00
..
SDL_test_assert.c Use consistent language between SDLTest_AssertPass() and SDLTest_AssertCheck() 2021-11-10 09:45:56 -08:00
SDL_test_common.c SDL_test_common.c: replaced all printf() calls with SDL_Log() 2021-12-03 20:03:10 +03:00
SDL_test_compare.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_test_crc32.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_test_font.c SDL_test_font.c: fix type of SDLTest_CharTextureCacheList 2021-11-07 08:42:09 -08:00
SDL_test_fuzzer.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_test_harness.c tests: several -Wwrite-strings fixes. 2021-11-20 01:02:02 +03:00
SDL_test_imageBlit.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_test_imageBlitBlend.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_test_imageFace.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_test_imagePrimitives.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_test_imagePrimitivesBlend.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_test_log.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_test_md5.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_test_memory.c Fixed potentially truncated entry in stack trace 2021-11-26 17:27:07 -08:00
SDL_test_random.c Fix warnings: static, include, un-initialized vairables 2021-11-23 10:33:12 +01:00