[Piglit] [PATCH 3/4] tests: add glsl-1.50 to test list
Dave Airlie
airlied at gmail.com
Sun Jan 13 19:15:24 PST 2013
From: Dave Airlie <airlied at redhat.com>
Signed-off-by: Dave Airlie <airlied at redhat.com>
---
tests/all.tests | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/tests/all.tests b/tests/all.tests
index babe835..137892a 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -818,6 +818,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'],
--
1.8.1
More information about the Piglit
mailing list