diff options
author | Tapani Pälli <tapani.palli@intel.com> | 2017-04-18 08:07:55 +0300 |
---|---|---|
committer | Tapani Pälli <tapani.palli@intel.com> | 2017-05-02 13:54:30 +0300 |
commit | 7d0182b88cda3c2a30e75d50f0c88745a4486101 (patch) | |
tree | 6db99d4f72c0b9d218e2af3185027ca959c7fb25 /tests/egl/CMakeLists.gl.txt | |
parent | a58731248a8b8a7abf6e6640337c30ee17e5fcf8 (diff) |
egl: API test for EGL_IMG_context_priority extension
v2:
- print better output (Chris Wilson)
- properly require EGL_MESA_platform_surfaceless
- fix indentation, cleanups
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Diffstat (limited to 'tests/egl/CMakeLists.gl.txt')
-rw-r--r-- | tests/egl/CMakeLists.gl.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/egl/CMakeLists.gl.txt b/tests/egl/CMakeLists.gl.txt index 17e04b35e..6ba88427d 100644 --- a/tests/egl/CMakeLists.gl.txt +++ b/tests/egl/CMakeLists.gl.txt @@ -31,6 +31,8 @@ IF(${CMAKE_SYSTEM_NAME} MATCHES "Linux") target_link_libraries(egl-gl-colorspace pthread ${X11_X11_LIB}) piglit_add_executable (egl-invalid-attr egl-invalid-attr.c) target_link_libraries(egl-invalid-attr pthread) + piglit_add_executable (egl-context-priority egl-context-priority.c) + target_link_libraries(egl-context-priority pthread) ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "Linux") # vim: ft=cmake: |