[Piglit] [PATCH] arb_sampler_objects: prefix all tests with "arb_sampler_objects-"
Brian Paul
brianp at vmware.com
Wed Nov 7 09:32:20 PST 2012
Two of the tests had the prefix, two others didn't.
v2: update all.tests too
---
tests/all.tests | 4 ++--
tests/spec/arb_sampler_objects/CMakeLists.gl.txt | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/all.tests b/tests/all.tests
index 4c34e68..0457322 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -1004,8 +1004,8 @@ add_plain_test(arb_occlusion_query, 'occlusion_query')
# Group ARB_sampler_objects
arb_sampler_objects = Group()
spec['ARB_sampler_objects'] = arb_sampler_objects
-add_plain_test(arb_sampler_objects, 'sampler-objects')
-add_plain_test(arb_sampler_objects, 'sampler-incomplete')
+arb_sampler_objects['sampler-objects'] = concurrent_test('arb_sampler_objects-sampler-objects')
+arb_sampler_objects['sampler-incomplete'] = concurrent_test('arb_sampler_objects-sampler-incomplete')
arb_sampler_objects['GL_EXT_texture_sRGB_decode'] = concurrent_test('arb_sampler_objects-srgb-decode')
arb_sampler_objects['framebufferblit'] = plain_test('arb_sampler_objects-framebufferblit')
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