[Piglit] [PATCH 2/3] quick_cl: Add oclconform tests
Tom Stellard
thomas.stellard at amd.com
Tue Sep 9 06:36:30 PDT 2014
---
tests/quick_cl.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/quick_cl.py b/tests/quick_cl.py
index 17729b2..ea48a7a 100644
--- a/tests/quick_cl.py
+++ b/tests/quick_cl.py
@@ -25,6 +25,8 @@
#
from tests.cl import profile
+from framework.oclconform import add_oclconform_tests
from framework.opencv import add_opencv_tests
add_opencv_tests(profile)
+add_oclconform_tests(profile)
--
1.8.5.5
More information about the Piglit
mailing list