libSDL2pp/tests/header_test.cc.in
Dmitry Marakasov 7dd543053c Fix more SDL_main issues
- Always include SDL2/SDL_main.h in all tests to handle main() correctly
- Link all tests with SDL2pp (and thus with libSDL2main)
2016-01-05 18:28:52 +03:00

7 lines
86 B
C++

#include <SDL2/SDL_main.h>
#include <@HEADER@>
int main(int, char*[]) {
return 0;
}