[Piglit] [PATCH 6/6] tests: Add cmake for oes_texture_compression_astc with Desktop GL
Dylan Baker
dylan at pnwbakers.com
Mon Jun 25 23:24:47 UTC 2018
This is a bit odd, there seems to be support in the test for running
with ARB_ES3_compatibility and there are entries in opengl.py for the GL
versions, but no cmake was added.
---
tests/spec/oes_texture_compression_astc/CMakeLists.gl.txt | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 tests/spec/oes_texture_compression_astc/CMakeLists.gl.txt
diff --git a/tests/spec/oes_texture_compression_astc/CMakeLists.gl.txt b/tests/spec/oes_texture_compression_astc/CMakeLists.gl.txt
new file mode 100644
index 000000000..eca1d5dbf
--- /dev/null
+++ b/tests/spec/oes_texture_compression_astc/CMakeLists.gl.txt
@@ -0,0 +1,4 @@
+link_libraries(piglitutil_${piglit_target_api})
+piglit_add_executable(oes_compressed_astc-miptree-3d_${piglit_target_api} oes_compressed_astc-miptree-3d.c)
+
+# vim: ft=cmake:
--
2.17.1
More information about the Piglit
mailing list