From: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Daniel Vetter <daniel@ffwll.ch>
Subject: [igt-dev] [PATCH i-g-t 2/2] benchmarks/meson: Stop renaming benchmarks
Date: Tue, 19 Feb 2019 12:51:43 +0200 [thread overview]
Message-ID: <20190219105143.27824-2-arkadiusz.hiler@intel.com> (raw)
In-Reply-To: <20190219105143.27824-1-arkadiusz.hiler@intel.com>
Meson 0.46.0 fixes the issue that forced us to do the renaming.
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
---
benchmarks/meson.build | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
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 ])
--
2.20.1
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next prev parent reply other threads:[~2019-02-19 10:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-19 10:51 [igt-dev] [PATCH i-g-t 1/2] meson: Bump meson version requirement to 0.46.0 Arkadiusz Hiler
2019-02-19 10:51 ` Arkadiusz Hiler [this message]
2019-02-19 11:03 ` [igt-dev] [PATCH i-g-t 2/2] benchmarks/meson: Stop renaming benchmarks Chris Wilson
2019-02-19 11:10 ` [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [i-g-t,1/2] meson: Bump meson version requirement to 0.46.0 Patchwork
2019-02-19 12:07 ` [igt-dev] [PATCH i-g-t 1/2] " Daniel Vetter
2019-02-19 13:27 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] meson: Bump meson version requirement to 0.46.0 (rev2) Patchwork
2019-02-19 16:30 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190219105143.27824-2-arkadiusz.hiler@intel.com \
--to=arkadiusz.hiler@intel.com \
--cc=daniel@ffwll.ch \
--cc=igt-dev@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox