tests/glbackend_glfw.cpp
b3b5c285
 #ifdef GLBACKEND_GLFW
 
 
 #include <glbackend_glfw.hpp>
 
 #include "common/run.hpp"
 
 
 int main()
 {
     GLBACKEND_TESTS_COMMON_RUN(GLBackendGLFW)
 }
 
 
 #else
 int main() {}
 #endif