summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2015-01-26 18:01:42 -0800
committerDylan Baker <baker.dylan.c@gmail.com>2015-02-12 09:25:18 -0800
commitfbc724c3c345d0025f77adbfa08e84db3dbb5f85 (patch)
tree81f2a08d02d5bc1c036589bb3686f9172cbe1bae
parent2d0daef6eff85451c1a494463c8b9f628b663c23 (diff)
test_lists.py: add tests for the cpu and llvmpipe profiles.
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
-rw-r--r--framework/tests/test_lists.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/tests/test_lists.py b/framework/tests/test_lists.py
index 66843d98b..c96248b09 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