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

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to