From: Ian Romanick <[email protected]> This test was added back in July 2013, but it wasn't added to the test list.
Signed-off-by: Ian Romanick <[email protected]> Cc: Matt Turner <[email protected]> --- I meant to send this out with the other ARB_shading_language_420pack test. Oops. tests/all.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/all.py b/tests/all.py index 5b014ee..b9ffc64 100644 --- a/tests/all.py +++ b/tests/all.py @@ -1937,6 +1937,7 @@ add_shader_test_dir(arb_shading_language_420pack['execution'], os.path.join(testsDir, 'spec', 'arb_shading_language_420pack', 'execution'), recursive=True) spec['ARB_shading_language_420pack']['built-in constants'] = concurrent_test('built-in-constants tests/spec/arb_shading_language_420pack/minimum-maximums.txt') +spec['ARB_shading_language_420pack']['multiple layout qualifiers'] = concurrent_test('arb_shading_language_420pack-multiple-layout-qualifiers') # Group ARB_explicit_attrib_location arb_explicit_attrib_location = Group() -- 1.8.1.4 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
