[Piglit] [PATCH 3/3] all_cl: Add ocl conformance tests to test list
Tom Stellard
thomas.stellard at amd.com
Mon Aug 18 07:44:42 PDT 2014
---
tests/all_cl.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/all_cl.py b/tests/all_cl.py
index b62b6c1..45de569 100644
--- a/tests/all_cl.py
+++ b/tests/all_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, True)
+add_oclconform_tests(profile)
--
1.8.1.5
More information about the Piglit
mailing list