aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/gles-2.0/api/CMakeLists.gles2.txt
diff options
context:
space:
mode:
authorTom Gall <tom.gall@linaro.org>2013-01-16 15:47:40 -0600
committerTom Gall <tom.gall@linaro.org>2013-01-16 16:02:33 -0600
commit6aee7a59e9e1fb67f4384e4317c04bb684dc7e0f (patch)
tree5e69d0c006faffa4847e1bc80554d6ad22f998cb /tests/spec/gles-2.0/api/CMakeLists.gles2.txt
parent0ced6ad90cf653790012a6fc1442f2f7763442d4 (diff)
v2 - restructured approach to be data driven, as well asgles2
separating valid and invalid variations into separate tests. Tests glReadPixels specifically for OpenGL ES2 2.0. Covers a variety of formats and types, both valid and invalid.
Diffstat (limited to 'tests/spec/gles-2.0/api/CMakeLists.gles2.txt')
-rw-r--r--tests/spec/gles-2.0/api/CMakeLists.gles2.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/spec/gles-2.0/api/CMakeLists.gles2.txt b/tests/spec/gles-2.0/api/CMakeLists.gles2.txt
new file mode 100644
index 00000000..c4894309
--- /dev/null
+++ b/tests/spec/gles-2.0/api/CMakeLists.gles2.txt
@@ -0,0 +1,8 @@
+link_libraries(
+ piglitutil_${piglit_target_api}
+ )
+
+piglit_add_executable(glreadpixels_gles2 glreadpixels.c glreadpixels-common.c)
+piglit_add_executable(glreadpixels-invalid_gles2 glreadpixels-invalid.c glreadpixels-common.c)
+
+# vim: ft=cmake: