summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2018-07-27 16:37:23 +0300
committerPetri Latvala <petri.latvala@intel.com>2018-07-27 16:43:57 +0300
commita21999477545c2aed1e6a80dc93f87368614c7e5 (patch)
tree94982942e94e0974d3f9dd4ad3be02c0b27723cf /tests/meson.build
parentff91dbc87eece221626b184ce33f5b4e62d0d319 (diff)
meson: Fixup gem_mocs_settings
Arek's rpath fixes coincided with commit ff91dbc87eec ("igt/gem_mocs_settings: Use i915_pmu to measure rc6 residency"). Include the relevant change there too. Fixes: ff91dbc87eec ("igt/gem_mocs_settings: Use i915_pmu to measure rc6 residency") Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Petri Latvala <petri.latvala@intel.com> Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 83b2732f..bb6c7627 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -281,7 +281,7 @@ test_progs += 'gem_eio'
test_executables += executable('gem_mocs_settings', 'gem_mocs_settings.c',
dependencies : test_deps + [ lib_igt_perf ],
install_dir : libexecdir,
- install_rpath : rpathdir,
+ install_rpath : libexecdir_rpathdir,
install : true)
test_progs += 'gem_mocs_settings'