diff options
author | Dylan Baker <baker.dylan.c@gmail.com> | 2014-06-30 16:31:35 -0700 |
---|---|---|
committer | Dylan Baker <baker.dylan.c@gmail.com> | 2014-07-10 15:33:53 -0700 |
commit | 774e070b31a63e942b37f42893f31376f8d90ec9 (patch) | |
tree | 69703897a51c086d0f1a3e88029ce74062c24713 /piglit.conf.example | |
parent | 443abf5a85cf981f21633776bf87e409a7e9f5e8 (diff) |
oglconform.py: Use config file instead of symlink
Instead of symlinking oglconform into the bin/ dir, edit piglit.conf and
set the path key under the oglconform to the root of the oglconform dir.
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.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/piglit.conf.example b/piglit.conf.example index 8ebef8fbc..61a28cf74 100644 --- a/piglit.conf.example +++ b/piglit.conf.example @@ -10,3 +10,7 @@ [igt] ; Set bindir equal to the absolute root of the igt directory ;path=/home/user/src/igt + +[oglconform] +; Set bindir equal to the absolute root of the oglconform directory +;path=/home/usr/src/oglconform |