diff options
Diffstat (limited to 'tests/all.py')
-rwxr-xr-x | tests/all.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/all.py b/tests/all.py index 7c5554808..ab8ecab80 100755 --- a/tests/all.py +++ b/tests/all.py @@ -4319,5 +4319,10 @@ with profile.group_manager( g(['arb_shader_image_load_store-state'], 'state') g(['arb_shader_image_load_store-unused'], 'unused') +with profile.group_manager( + PiglitGLTest, + grouptools.join('spec', 'arb_vertex_attrib_64bit')) as g: + g(['arb_vertex_attrib_64bit-double_attribs'], 'double_attribs') + if platform.system() is 'Windows': profile.filter_tests(lambda p, _: not p.startswith('glx')) |