diff options
author | Dylan Baker <baker.dylan.c@gmail.com> | 2015-09-02 11:50:41 -0700 |
---|---|---|
committer | Dylan Baker <baker.dylan.c@gmail.com> | 2015-09-16 14:42:51 -0700 |
commit | 10d7237cf637c89f9c1388ec87be7e40be0726e1 (patch) | |
tree | c820da9535c56f78574fa7ff06c9a99b742955a9 /tests | |
parent | 7afb89d1eaca0e992a31fabbff661e0708991ca9 (diff) |
tests/all.py: add arb_texture_buffer_object-render-no-bo
This was never added to all.py
cc: Eric Anholt <eric@anholt.net>
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Albert Freeman <albertwdfreeman@gmail.com>
Diffstat (limited to 'tests')
-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 be2d7aa29..3cf3f03ec 100644 --- a/tests/all.py +++ b/tests/all.py @@ -2382,6 +2382,7 @@ with profile.group_manager( 'negative-unsupported') g(['arb_texture_buffer_object-subdata-sync'], 'subdata-sync') g(['arb_texture_buffer_object-unused-name'], 'unused-name') + g(['arb_texture_buffer_object-render-no-bo'], 'render-no-bo') with profile.group_manager( PiglitGLTest, |