Reviewed-by: Lionel Landwerlin <[email protected]>

On 27/06/18 18:32, Dylan Baker wrote:
Fixes: 6ed37e5d2a58d36b4b04b09f8c069f2dbcff1968
        ("Add nv_image_formats tests")
CC: Lionel Landwerlin <[email protected]>
---
  tests/opengl.py | 5 +++++
  1 file changed, 5 insertions(+)

diff --git a/tests/opengl.py b/tests/opengl.py
index e5addfbb7..bc910ac69 100644
--- a/tests/opengl.py
+++ b/tests/opengl.py
@@ -4893,5 +4893,10 @@ with profile.test_list.group_manager(
        grouptools.join('spec', 'ARB_sample_locations')) as g:
      g(['arb_sample_locations'], 'test')
+with profile.test_list.group_manager(
+        PiglitGLTest,
+        grouptools.join('spec', 'NV_image_formats')) as g:
+    g(['nv_image_formats-gles3'])
+
  if platform.system() is 'Windows':
      profile.filters.append(lambda p, _: not p.startswith('glx'))


_______________________________________________
Piglit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to