[Piglit] [PATCH 2/2] Enable building of GLES tests by default
Marek Olšák
maraeo at gmail.com
Mon May 18 05:06:03 PDT 2015
From: Marek Olšák <marek.olsak at amd.com>
---
CMakeLists.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2208dc7..9152066 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,9 +33,9 @@ endif()
option(PIGLIT_BUILD_GL_TESTS "Build tests for OpenGL" ON)
-option(PIGLIT_BUILD_GLES1_TESTS "Build tests for OpenGL ES1" OFF)
-option(PIGLIT_BUILD_GLES2_TESTS "Build tests for OpenGL ES2" OFF)
-option(PIGLIT_BUILD_GLES3_TESTS "Build tests for OpenGL ES3" OFF)
+option(PIGLIT_BUILD_GLES1_TESTS "Build tests for OpenGL ES1" ON)
+option(PIGLIT_BUILD_GLES2_TESTS "Build tests for OpenGL ES2" ON)
+option(PIGLIT_BUILD_GLES3_TESTS "Build tests for OpenGL ES3" ON)
option(PIGLIT_BUILD_CL_TESTS "Build tests for OpenCL" OFF)
if(PIGLIT_BUILD_GL_TESTS)
--
2.1.0
More information about the Piglit
mailing list