[Piglit] [PATCH 23/23] arb_shading_language_420pack: Add execution tests to all.tests.
Matt Turner
mattst88 at gmail.com
Sat Jun 29 19:43:16 PDT 2013
---
tests/all.tests | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/all.tests b/tests/all.tests
index 5ff88f8..41581d1 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -1206,10 +1206,10 @@ spec['ARB_shading_language_420pack'] = arb_shading_language_420pack
import_glsl_parser_tests(arb_shading_language_420pack,
os.path.join(testsDir, 'spec', 'arb_shading_language_420pack'),
['compiler'])
-#arb_shading_language_420pack['execution'] = Group()
-#add_shader_test_dir(arb_shader_texture_lod['execution'],
-# os.path.join(testsDir, 'spec', 'arb_shading_language_420pack', 'execution'),
-# recursive=True)
+arb_shading_language_420pack['execution'] = Group()
+add_shader_test_dir(arb_shading_language_420pack['execution'],
+ os.path.join(testsDir, 'spec', 'arb_shading_language_420pack', 'execution'),
+ recursive=True)
# Group ARB_explicit_attrib_location
arb_explicit_attrib_location = Group()
--
1.8.1.5
More information about the Piglit
mailing list