#ifdef GLBACKEND_GLFW #include #include "common/run.hpp" int main() { GLBACKEND_TESTS_COMMON_RUN(GLBackendGLFW) } #else int main() {} #endif