[Piglit] [PATCH 8/8] arb_sampler_objects: prefix all tests with "arb_sampler_objects-"
Brian Paul
brianp at vmware.com
Fri Nov 2 16:08:21 PDT 2012
Two of the tests had the prefix, two others didn't.
---
tests/spec/arb_sampler_objects/CMakeLists.gl.txt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/spec/arb_sampler_objects/CMakeLists.gl.txt b/tests/spec/arb_sampler_objects/CMakeLists.gl.txt
index c58f6f4..23070a3 100644
--- a/tests/spec/arb_sampler_objects/CMakeLists.gl.txt
+++ b/tests/spec/arb_sampler_objects/CMakeLists.gl.txt
@@ -9,8 +9,8 @@ link_libraries (
${OPENGL_glu_LIBRARY}
)
-piglit_add_executable (sampler-objects sampler-objects.c)
-piglit_add_executable (sampler-incomplete sampler-incomplete.c)
+piglit_add_executable (arb_sampler_objects-sampler-objects sampler-objects.c)
+piglit_add_executable (arb_sampler_objects-sampler-incomplete sampler-incomplete.c)
piglit_add_executable (arb_sampler_objects-srgb-decode srgb-decode.c)
piglit_add_executable (arb_sampler_objects-framebufferblit framebufferblit.c)
--
1.7.3.4
More information about the Piglit
mailing list