summaryrefslogtreecommitdiff
path: root/piglit.conf.example
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2014-09-09 09:27:08 -0400
committerTom Stellard <thomas.stellard@amd.com>2014-09-12 09:57:25 -0400
commite8c0ebdb70461f44639b35b1c575847950850250 (patch)
tree34af1c17792d0734547dbdedf325a0d45047befa /piglit.conf.example
parentbfbfed327b203fd0d1f588c4b6a157d39328e93f (diff)
opencv: Add 'individual' option to piglit.conf
This replaces the individual parameter in add_opencv_tests()
Diffstat (limited to 'piglit.conf.example')
-rw-r--r--piglit.conf.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/piglit.conf.example b/piglit.conf.example
index e7a2101a1..9cb7dd175 100644
--- a/piglit.conf.example
+++ b/piglit.conf.example
@@ -2,6 +2,16 @@
; Set the opencv_test_ocl_bindir variable to run the OpenCV OpenCL tests.
;opencv_test_ocl_bindir=/home/user/opencv/build/bin
;opencv_workdir=/home/user/opencv/samples/c/
+; Run each subtest individiually to so a result is recored for each subtest.
+; For example, default behavior:
+; opencv/OCL_ML/Kmeans -> Pass
+;
+; With 'individual' option:
+; OCL_ML/Kmeans.Mat/0 -> Pass
+; OCL_ML/Kmeans.Mat/1 -> Pass
+; OCL_ML/Kmeans.Mat/2 -> Pass
+;
+;individual
;
[xts]
; Set bindir equal to the root of the xts directory