summaryrefslogtreecommitdiff
path: root/piglit.conf.example
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2014-06-23 23:58:34 -0700
committerDylan Baker <baker.dylan.c@gmail.com>2014-07-10 15:31:42 -0700
commit443abf5a85cf981f21633776bf87e409a7e9f5e8 (patch)
treecf464999a17bbc7b85ebac409aab9e1fddc159d2 /piglit.conf.example
parent27556761f15a5a340bc4f767f7d0caf397db9e96 (diff)
igt: use piglit.conf instead of a symlink
Instead of symlinking igt into the bin/ directory, edit piglit.conf and set the path key in the igt section to the root of intel-gpu-tools v2: - change config key 'bindir' to '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.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/piglit.conf.example b/piglit.conf.example
index bff3cfe0f..8ebef8fbc 100644
--- a/piglit.conf.example
+++ b/piglit.conf.example
@@ -6,3 +6,7 @@
[xts]
; Set bindir equal to the root of the xts directory
;path=/home/user/src/xts
+
+[igt]
+; Set bindir equal to the absolute root of the igt directory
+;path=/home/user/src/igt