From ca67c7ef43b511be1dfd4dfa6705f023ef8f5f67 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 15 May 2020 16:57:09 -0700 Subject: [PATCH] Provide a main function for the compile test --- config.tests/EGL/main.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.tests/EGL/main.cpp b/config.tests/EGL/main.cpp index cc1ba8b4..adc0e05b 100644 --- a/config.tests/EGL/main.cpp +++ b/config.tests/EGL/main.cpp @@ -7,4 +7,8 @@ #ifndef GL_ES_VERSION_2_0 #error EGLRenderer requires OpenGL ES 2.0 -#endif \ No newline at end of file +#endif + +int main() { + return 0; +} \ No newline at end of file