new file mode 100644
@@ -0,0 +1,17 @@
+#ifdef GLBACKEND_WXWIDGETS
+
+#include <glbackend_wxwidgets.hpp>
+#include "common/run.hpp"
+int main()
+{
+ GLBACKEND_TESTS_COMMON_RUN(GLBackendWxWidgets)
+}
+#else
+int main() {}
+#endif