diff options
Diffstat (limited to 'tests/all.py')
-rw-r--r-- | tests/all.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/all.py b/tests/all.py index 9adf38d8c..733c17c53 100644 --- a/tests/all.py +++ b/tests/all.py @@ -4240,6 +4240,7 @@ with profile.group_manager( g(['arb_direct_state_access-create-queries'], 'create-queries') g(['arb_direct_state_access-texture-buffer-range'], 'texture-buffer-range') g(['arb_direct_state_access-namedbufferstorage-persistent'], 'namedbufferstorage-persistent') + g(['arb_direct_state_access-namedbuffersubdata-vbo-sync'], 'namedbuffersubdata-vbo-sync') with profile.group_manager( PiglitGLTest, |