diff options
Diffstat (limited to 'tests/all.py')
-rwxr-xr-x | tests/all.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/all.py b/tests/all.py index 0dbb59dc6..5d7bdabf0 100755 --- a/tests/all.py +++ b/tests/all.py @@ -4291,6 +4291,7 @@ with profile.group_manager( g(['arb_direct_state_access-vao-get'], 'vao-get') g(['arb_direct_state_access-vao-core'], 'vao-core') g(['arb_direct_state_access-vao-compat'], 'vao-compat') + g(['arb_direct_state_access-vao-compat-draw'], 'vao-compat-draw') with profile.group_manager( PiglitGLTest, |