summaryrefslogtreecommitdiff
path: root/piglit.conf.example
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2016-03-10 17:32:31 -0800
committerDylan Baker <baker.dylan.c@gmail.com>2016-03-11 12:26:10 -0800
commit05fe08a0b46b15cb663c4a89203b75d456289884 (patch)
tree6fc339dc21595bef7591194cacd094ad99d48b45 /piglit.conf.example
parent1d83558d4bef6e0cd05b1cf167c2bf63ac6b3b92 (diff)
framework: Add generic deqp options to piglit.conf
Sometimes there are extra arguments to deqp that a developer wants for all of the test suites, this adds that option by putting a generic [deqp] section and add an extra_args. This new extra args gets joined with any suite specific extra_args Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'piglit.conf.example')
-rw-r--r--piglit.conf.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/piglit.conf.example b/piglit.conf.example
index 0410a17e4..06c710575 100644
--- a/piglit.conf.example
+++ b/piglit.conf.example
@@ -33,6 +33,10 @@ bindir=/home/usr/oclconform
testA
testB
+[deqp]
+; Options that affect all deqp based suites
+;extra_args=--deqp-visibility=hidden
+
[deqp-gles2]
; Path to the deqp-gles2 executable
; Can be overwritten by PIGLIT_DEQP_GLES2_BIN environment variable