summaryrefslogtreecommitdiff
path: root/piglit.conf.example
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2014-06-23 23:46:52 -0700
committerDylan Baker <baker.dylan.c@gmail.com>2014-07-10 15:27:45 -0700
commit27556761f15a5a340bc4f767f7d0caf397db9e96 (patch)
treec4bafc2d5a9ac4e4636024abae5f31ad602ca175 /piglit.conf.example
parentb5aad70f6a77a5b6685941852bd547b4bc21bf69 (diff)
xts.py: Use piglit.conf to set suite location instead of symlink
Instead of symlinking a directory into bin/ for xts, edit the path entry under the xts section to point at the root xts directory. v2: - replace config file key 'bindir' with 'path' (chadv) Reviewed-by: Chad Versace <chad.versace@linux.intel.com> Signed-off-by: Dylan Baker <baker.dylan.c@gmail.com>
Diffstat (limited to 'piglit.conf.example')
-rw-r--r--piglit.conf.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/piglit.conf.example b/piglit.conf.example
index 72ee1efdd..bff3cfe0f 100644
--- a/piglit.conf.example
+++ b/piglit.conf.example
@@ -3,3 +3,6 @@
;opencv_test_ocl_bindir=/home/user/opencv/build/bin
;opencv_workdir=/home/user/opencv/samples/c/
;
+[xts]
+; Set bindir equal to the root of the xts directory
+;path=/home/user/src/xts