diff options
author | Tapani Pälli <tapani.palli@intel.com> | 2015-03-02 07:59:49 +0200 |
---|---|---|
committer | Tapani Pälli <tapani.palli@intel.com> | 2015-03-02 07:59:49 +0200 |
commit | e6309d223965b52c44590597abe4c490d4dcee10 (patch) | |
tree | 7cacf2f90e488752314ccab8d007d446940f2c56 | |
parent | 6320cba15d83cb4d657737a66d14c14e73a75ecd (diff) |
arb_program_interface_query: change location test concurrent
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
-rw-r--r-- | tests/all.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.py b/tests/all.py index 8b9426a8a..0738de764 100644 --- a/tests/all.py +++ b/tests/all.py @@ -2048,7 +2048,7 @@ for test_type in ('shader', 'api'): arb_explicit_attrib_location[' '.join(test_name)] = PiglitGLTest(test_name) arb_program_interface_query = spec['ARB_program_interface_query'] -add_plain_test(arb_program_interface_query, ['arb_program_interface_query-resource-location']) +add_concurrent_test(arb_program_interface_query, ['arb_program_interface_query-resource-location']) # Group ARB_explicit_uniform_location arb_explicit_uniform_location = spec['ARB_explicit_uniform_location'] |