From 2f33dcab254112312f4f0923d93252494159313d Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 20 Apr 2013 19:15:35 -0700 Subject: arb_gpu_shader5: Add shader_tests to all.tests. --- tests/all.tests | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/all.tests b/tests/all.tests index be9906e9f..0f2a1efb0 100644 --- a/tests/all.tests +++ b/tests/all.tests @@ -1085,6 +1085,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') -- cgit v1.2.3