[Piglit] [RFC 02/30] test_lists.py: add cput and llvmpipe profiles.

Dylan Baker baker.dylan.c at gmail.com
Tue Jan 27 14:58:36 PST 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 66843d9..c96248b 100644
--- a/framework/tests/test_lists.py
+++ b/framework/tests/test_lists.py
@@ -39,7 +39,7 @@ import framework.tests.utils as utils
 def gen_test_import():
     """ Generates a bunch of tests to import the various test modules """
     # Test the various OpenGL modules
-    for module in ['all', 'quick', 'gpu', 'sanity']:
+    for module in ['all', 'quick', 'gpu', 'sanity', 'cpu', 'llvmpipe']:
         check_import.description = "Test import of tests.{}".format(module)
         yield check_import, "tests." + module
 
-- 
2.2.2



More information about the Piglit mailing list