[Piglit] [PATCH] arb_sampler_objects: prefix all tests with "arb_sampler_objects-"

Brian Paul brianp at vmware.com
Wed Nov 7 09:22:26 PST 2012


On 11/07/2012 10:16 AM, Eric Anholt wrote:
> 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?

I'll fix that...

-Brian



More information about the Piglit mailing list