[Piglit] [PATCH] arb_shading_language_420pack: Add multiple-layout-qualifiers to test list

Ian Romanick idr at freedesktop.org
Wed Apr 2 18:56:59 PDT 2014


From: Ian Romanick <ian.d.romanick at intel.com>

This test was added back in July 2013, but it wasn't added to the test
list.

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
Cc: Matt Turner <mattst88 at gmail.com>
---
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



More information about the Piglit mailing list