libSDL2pp/tests/hdr_sdl2pp.cc
Dmitry Marakasov 3df16d40d1 Add basic tests
For now the only thing checked is that header files compile by
themselves, e.g. includes and forward declarations in them are
complete and they do not require extra includes
2014-02-03 01:48:38 +04:00

6 lines
55 B
C++

#include <SDL2pp/SDL2pp.hh>
int main() {
return 0;
}