[Piglit] [PATCH 9/9] tests/all: add fbo-mrt-new-bind

Dylan Baker baker.dylan.c at gmail.com
Wed Sep 2 12:51:24 PDT 2015


This was never added to all.py

cc: Mike Stroyan <mike at lunarg.com>
cc: Kenneth Graunke <kenneth at whitecape.org>
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 tests/all.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/all.py b/tests/all.py
index ca72b65..5211ff8 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -3930,6 +3930,7 @@ with profile.group_manager(
         grouptools.join('spec', 'arb_draw_buffers')) as g:
     g(['arb_draw_buffers-state_change'], run_concurrent=False)
     g(['fbo-mrt-alphatest'], run_concurrent=False)
+    g(['fbo-mrt-new-bind'], run_concurrent=False)
 
 with profile.group_manager(
         PiglitGLTest,
-- 
2.5.1



More information about the Piglit mailing list