diff options
author | Brian Paul <brianp@vmware.com> | 2015-09-10 16:08:20 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2015-09-18 17:00:12 -0600 |
commit | 5bfdeed0d5c6780db726024515a7d216779f2c33 (patch) | |
tree | 04217327a8b6fb4cd0ea5154d34c74bd17b609cb /tests | |
parent | f661315917a683a5d05ba1faba8c889b0ccef6de (diff) |
arb_copy_image: alphabetize program list
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/arb_copy_image/CMakeLists.gl.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/spec/arb_copy_image/CMakeLists.gl.txt b/tests/spec/arb_copy_image/CMakeLists.gl.txt index 90e92702b..3b36b45b9 100644 --- a/tests/spec/arb_copy_image/CMakeLists.gl.txt +++ b/tests/spec/arb_copy_image/CMakeLists.gl.txt @@ -8,11 +8,11 @@ link_libraries ( ${OPENGL_gl_LIBRARY} ) -piglit_add_executable (arb_copy_image-simple simple.c) piglit_add_executable (arb_copy_image-api_errors api_errors.c) -piglit_add_executable (arb_copy_image-targets targets.c) -piglit_add_executable (arb_copy_image-formats formats.c) piglit_add_executable (arb_copy_image-format-swizzle format-swizzle.c) +piglit_add_executable (arb_copy_image-formats formats.c) +piglit_add_executable (arb_copy_image-simple simple.c) piglit_add_executable (arb_copy_image-srgb-copy srgb-copy.c) +piglit_add_executable (arb_copy_image-targets targets.c) # vim: ft=cmake: |