[Piglit] [PATCH] program_interface_query: add getprogramresourceiv in all.py

Martin Peres martin.peres at linux.intel.com
Wed Apr 8 00:44:25 PDT 2015


Signed-off-by: Martin Peres <martin.peres at linux.intel.com>
---
 tests/all.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/all.py b/tests/all.py
index 5138f73..507f84f 100755
--- a/tests/all.py
+++ b/tests/all.py
@@ -2287,6 +2287,7 @@ with profile.group_manager(
     g(['arb_program_interface_query-getprograminterfaceiv'], run_concurrent=False)
     g(['arb_program_interface_query-getprogramresourceindex'], run_concurrent=False)
     g(['arb_program_interface_query-getprogramresourcename'], run_concurrent=False)
+    g(['arb_program_interface_query-getprogramresourceiv'], run_concurrent=False)
 
 # Group ARB_explicit_uniform_location
 with profile.group_manager(
-- 
2.3.5



More information about the Piglit mailing list