summaryrefslogtreecommitdiff
path: root/piglit.conf.example
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2015-09-22 16:36:24 -0700
committerDylan Baker <baker.dylan.c@gmail.com>2015-09-29 09:23:55 -0700
commitc3d89229b8208a028488128f4cb55bae33af65a3 (patch)
tree5ca848e4c111dc345db25a5fdac80daaa680c951 /piglit.conf.example
parente015ad6b17176b71ca01e93d6b27853d18db2ca6 (diff)
tests: Add integration for khronos CTS runner.
This adds support for running Khronos' deqp-based conformance suite with piglit. This gives access to all of the powerful features of pigilt, per-process tests, the junit and json backends, the summary tools, and the familiar interface, with minimal fuss. This is a very small change, since it is deqp-based, and piglit has a framework for handling deqp based suites already. Reviewed-by: Mark Janes <mark.a.janes@intel.com> Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
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 e1f421c98..0410a17e4 100644
--- a/piglit.conf.example
+++ b/piglit.conf.example
@@ -71,6 +71,16 @@ testB
; overrides the value set here.
;extra_args=--deqp-visibility hidden
+[cts]
+; path to the cts executable
+; can be overwritten by PIGLIT_CTS_BIN environment variable
+;bin=/home/knuth/cts/cts/glcts
+
+; Space-separated list of extra command line arguments for cts. The
+; option is not required. The environment variable PIGLIT_CTS_EXTRA_ARGS
+; overrides the value set here.
+;extra_args=--deqp-visibility hidden
+
; Section for specific oclconform test. One of these sections is required for
; each test list in the oclconform section and must be called:
; oclconform-$testname