diff options
author | Dylan Baker <baker.dylan.c@gmail.com> | 2015-01-26 18:01:42 -0800 |
---|---|---|
committer | Dylan Baker <baker.dylan.c@gmail.com> | 2015-02-12 09:25:18 -0800 |
commit | fbc724c3c345d0025f77adbfa08e84db3dbb5f85 (patch) | |
tree | 81f2a08d02d5bc1c036589bb3686f9172cbe1bae | |
parent | 2d0daef6eff85451c1a494463c8b9f628b663c23 (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.py | 2 |
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 |