mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
add sdl2_image test
This commit is contained in:
parent
3bb8127166
commit
8be2160008
1 changed files with 9 additions and 0 deletions
9
test/sdl2_image.cpp
Normal file
9
test/sdl2_image.cpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include <SDL_image.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
AEDI_EXPECT(IMG_Init(0) == 0);
|
||||
IMG_Quit();
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Reference in a new issue