---
 tests/spec/arb_copy_image/CMakeLists.gl.txt | 6 +++---
 1 file 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 90e9270..3b36b45 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:
-- 
1.9.1

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to