aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2013-01-14 02:49:03 +0000
committerDave Airlie <airlied@redhat.com>2013-01-15 07:50:20 +0000
commit65ee16c6d13a28e6d7c91cb67fe2b7e01f459e59 (patch)
tree02811b9c6e6f0db5b7065d0a016ca82f59434ed4
parentab8bcea5b530b7f14924c69a75559442b4aebed9 (diff)
tests: add glsl-1.50 to test list
Signed-off-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Paul Berry <stereotype441@gmail.com>
-rw-r--r--tests/all.tests8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/all.tests b/tests/all.tests
index b1180b1c..71b97e3e 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -819,6 +819,14 @@ for stage in ['vs', 'fs']:
spec['glsl-1.40/execution/texelFetch/' + stage + '-texelFetch-' + sampler] = concurrent_test('texelFetch 140 ' + stage + ' ' + sampler)
spec['glsl-1.40/execution/texelFetchOffset/' + stage + '-' + sampler] = concurrent_test('texelFetch offset 140 ' + stage + ' ' + sampler)
+spec['glsl-1.50'] = Group()
+import_glsl_parser_tests(spec['glsl-1.50'],
+ os.path.join(testsDir, 'spec', 'glsl-1.50'),
+ ['compiler'])
+add_shader_test_dir(spec['glsl-1.50'],
+ os.path.join(testsDir, 'spec', 'glsl-1.50'),
+ recursive=True)
+
# Group spec/glsl-es-3.00
spec['glsl-es-3.00'] = Group()
import_glsl_parser_tests(spec['glsl-es-3.00'],