tests/glbackend_sdl.cpp
aa70ce7e
 #ifdef GLBACKEND_SDL
 
 
 #include <glbackend_sdl.hpp>
 
 #include "common/run.hpp"
 
 
 int main()
 {
     GLBACKEND_TESTS_COMMON_RUN(GLBackendSDL)
 }
 
 
 #else
 int main() {}
 #endif