tests/glbackend_wxwidgets.cpp
8c34841f
 #ifdef GLBACKEND_WXWIDGETS
 
 
 #include <glbackend_wxwidgets.hpp>
 
 #include "common/run.hpp"
 
 
 int main()
 {
     GLBACKEND_TESTS_COMMON_RUN(GLBackendWxWidgets)
 }
 
 
 #else
 int main() {}
 #endif