diff options
author | Matt Turner <mattst88@gmail.com> | 2013-04-20 19:15:35 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2013-04-30 15:44:58 -0700 |
commit | 2f33dcab254112312f4f0923d93252494159313d (patch) | |
tree | 4801b5f44e82932afa2dc9b421392dad755d8f5d | |
parent | 56e2ed23e28b667ec5d5326ce99477b0bab7919d (diff) |
arb_gpu_shader5: Add shader_tests to all.tests.
-rw-r--r-- | tests/all.tests | 6 |
1 files changed, 6 insertions, 0 deletions
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') |