[Piglit] [PATCH 32/42] test_list.py: add tests for glslparser and shader profiles

Dylan Baker baker.dylan.c at gmail.com
Wed Apr 22 15:10:21 PDT 2015


Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 framework/tests/test_lists.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/tests/test_lists.py b/framework/tests/test_lists.py
index f7d3d70..f1eac6b 100644
--- a/framework/tests/test_lists.py
+++ b/framework/tests/test_lists.py
@@ -48,7 +48,7 @@ def gen_test_import():
 
     # Test the various OpenGL modules
     for module in ['all', 'quick', 'gpu', 'sanity', 'cpu', 'llvmpipe', 'cl',
-                   'quick_cl']:
+                   'quick_cl', 'shader', 'glslparser']:
         check_import.description = \
             "tests.{}: Can be successfully imported".format(module)
         yield check_import, "tests." + module
-- 
2.3.5



More information about the Piglit mailing list