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