[Piglit] [PATCH 19/19] arb_gpu_shader5: Add shader_tests to all.tests.

Matt Turner mattst88 at gmail.com
Mon Apr 22 16:56:15 PDT 2013


---
 tests/all.tests |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/tests/all.tests b/tests/all.tests
index 8d067be..0721f0b 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -1075,6 +1075,12 @@ for backing_type in ('texture', 'renderbuffer'):
                                         'arb_framebuffer_srgb-' + test_name)
 add_plain_test(arb_framebuffer_srgb, 'framebuffer-srgb')
 
+arb_gpu_shader5 = Group()
+spec['ARB_gpu_shader5'] = arb_gpu_shader5
+add_shader_test_dir(arb_gpu_shader5,
+                    testsDir + '/spec/arb_gpu_shader5',
+                    recursive=True)
+
 arb_occlusion_query = Group()
 spec['ARB_occlusion_query'] = arb_occlusion_query
 add_concurrent_test(arb_occlusion_query, 'occlusion_query')
-- 
1.7.8.6



More information about the Piglit mailing list