[Intel-gfx] [PATCH i-g-t 3/6] meson: Install benchmarks to $libexec/intel-gpu-tools/benchmarks
Ville Syrjälä
ville.syrjala at linux.intel.com
Thu Dec 7 16:32:58 UTC 2017
On Thu, Dec 07, 2017 at 03:40:28PM +0200, Petri Latvala wrote:
> Signed-off-by: Petri Latvala <petri.latvala at intel.com>
> Cc: Daniel Vetter <daniel.vetter at ffwll.ch>
> ---
> benchmarks/meson.build | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/benchmarks/meson.build b/benchmarks/meson.build
> index 4afd204f..26d65c4b 100644
> --- a/benchmarks/meson.build
> +++ b/benchmarks/meson.build
> @@ -31,8 +31,12 @@ foreach prog : benchmark_progs
> # FIXME meson doesn't like binaries with the same name
> # meanwhile just suffix with _bench
> executable(prog + '_bench', prog + '.c',
> + install : true,
> + install_dir : join_paths(get_option('libexecdir'), 'intel-gpu-tools', 'benchmarks'),
Could maybe define this benchmarksdir or something?
Either way
Reviewed-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
> dependencies : test_deps)
> endforeach
>
> executable('gem_wsim_bench', 'gem_wsim.c',
> + install : true,
> + install_dir : join_paths(get_option('libexecdir'), 'intel-gpu-tools', 'benchmarks'),
> dependencies : test_deps + [ lib_igt_perf ])
> --
> 2.14.1
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Ville Syrjälä
Intel OTC
More information about the Intel-gfx
mailing list