summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2015-01-15 11:10:53 -0800
committerDylan Baker <baker.dylan.c@gmail.com>2015-02-23 16:26:58 -0800
commit622d63dcfc12c5d347c1c427915d35de96ccc74c (patch)
treefc4f7bd9359eca5b827d339fca684e2682ba196e /README
parent498fa8cd5cdbf3d1ac20d754aeee5c3b55ffdd64 (diff)
profiles: add new profiles that only run specific test classes.
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 7021f86f8..f424606eb 100644
--- a/README
+++ b/README
@@ -307,6 +307,12 @@ cpu.py
This profile runs tests that don't touch the gpu, in other words all of
the tests in quick.py that are not run by gpu.py
+glslparser.py
+ A subset of all.py which runs only glslparser tests
+
+shader.py
+ A subset of all.py which runs only shader tests
+
4.2 OpenCL Tests
----------------