From daa38baa64d3a049e9e0d00ec8d763884ac7d187 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Tue, 19 Feb 2019 12:51:43 +0200 Subject: benchmarks/meson: Stop renaming benchmarks Meson 0.46.0 fixes the issue that forced us to do the renaming. Cc: Daniel Vetter Cc: Chris Wilson Signed-off-by: Arkadiusz Hiler Acked-by: Chris Wilson --- benchmarks/meson.build | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'benchmarks') diff --git a/benchmarks/meson.build b/benchmarks/meson.build index baf1243d..397f3b8d 100644 --- a/benchmarks/meson.build +++ b/benchmarks/meson.build @@ -30,15 +30,13 @@ endif benchmarksdir = join_paths(libexecdir, 'benchmarks') foreach prog : benchmark_progs - # FIXME meson doesn't like binaries with the same name - # meanwhile just suffix with _bench - executable(prog + '_bench', prog + '.c', + executable(prog, prog + '.c', install : true, install_dir : benchmarksdir, dependencies : igt_deps) endforeach -executable('gem_wsim_bench', 'gem_wsim.c', +executable('gem_wsim', 'gem_wsim.c', install : true, install_dir : benchmarksdir, dependencies : igt_deps + [ lib_igt_perf ]) -- cgit v1.2.3