[Piglit] [PATCH] arb_sampler_objects: prefix all tests with "arb_sampler_objects-"
Eric Anholt
eric at anholt.net
Wed Nov 7 09:16:13 PST 2012
Brian Paul <brianp at vmware.com> writes:
> 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)
all.tests change?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20121107/549d68b6/attachment.pgp>
More information about the Piglit
mailing list