[Piglit] [PATCH 2/2] Add quick_glcl test profile

Tom Stellard thomas.stellard at amd.com
Fri Jan 23 09:54:59 PST 2015


The combines the gpu and quick_cl test profiles.
---
 tests/quick_glcl.py | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 tests/quick_glcl.py

diff --git a/tests/quick_glcl.py b/tests/quick_glcl.py
new file mode 100644
index 0000000..1ee2733
--- /dev/null
+++ b/tests/quick_glcl.py
@@ -0,0 +1,6 @@
+
+import tests.gpu
+import tests.quick_cl
+
+profile = tests.gpu.profile
+profile.tests = dict(profile.tests.items() + tests.quick_cl.profile.tests.items())
-- 
1.8.5.5



More information about the Piglit mailing list