All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: Petri Latvala <petri.latvala@intel.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>, intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH i-g-t 2/6] meson: Don't install selfcheck binaries
Date: Thu, 7 Dec 2017 18:35:33 +0200	[thread overview]
Message-ID: <20171207163533.GG10981@intel.com> (raw)
In-Reply-To: <1512654031-22342-2-git-send-email-petri.latvala@intel.com>

On Thu, Dec 07, 2017 at 03:40:27PM +0200, Petri Latvala wrote:
> Signed-off-by: Petri Latvala <petri.latvala@intel.com>
> Cc: Daniel Vetter <daniel.vetter@ffwll.ch>

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>

> ---
>  lib/tests/meson.build | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lib/tests/meson.build b/lib/tests/meson.build
> index 29bdb2c4..55ab2b3d 100644
> --- a/lib/tests/meson.build
> +++ b/lib/tests/meson.build
> @@ -22,13 +22,13 @@ lib_fail_tests = [
>  ]
>  
>  foreach lib_test : lib_tests
> -	exec = executable(lib_test, lib_test + '.c', install : true,
> +	exec = executable(lib_test, lib_test + '.c', install : false,
>  			dependencies : igt_deps)
>  	test('lib: ' + lib_test, exec)
>  endforeach
>  
>  foreach lib_test : lib_fail_tests
> -	exec = executable(lib_test, lib_test + '.c', install : true,
> +	exec = executable(lib_test, lib_test + '.c', install : false,
>  			dependencies : igt_deps)
>  	test('lib: ' + lib_test, exec, should_fail : true)
>  endforeach
> -- 
> 2.14.1
> 
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Ville Syrjälä
Intel OTC
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2017-12-07 16:35 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-07 13:40 [PATCH i-g-t 1/6] meson: Don't install headers Petri Latvala
2017-12-07 13:40 ` [PATCH i-g-t 2/6] meson: Don't install selfcheck binaries Petri Latvala
2017-12-07 16:35   ` Ville Syrjälä [this message]
2017-12-07 13:40 ` [PATCH i-g-t 3/6] meson: Install benchmarks to $libexec/intel-gpu-tools/benchmarks Petri Latvala
2017-12-07 16:32   ` Ville Syrjälä
2017-12-07 17:52     ` Daniel Vetter
2017-12-12 10:43       ` Petri Latvala
2017-12-07 16:48   ` Chris Wilson
2017-12-07 13:40 ` [PATCH i-g-t 4/6] meson: Install test-list.txt to libexecdir Petri Latvala
2017-12-07 16:29   ` Ville Syrjälä
2017-12-12 10:47     ` Petri Latvala
2017-12-12 10:50     ` [PATCH i-g-t v2 1/1] " Petri Latvala
2017-12-07 13:40 ` [PATCH i-g-t 5/6] meson: Also install gem_stress Petri Latvala
2017-12-07 16:36   ` Ville Syrjälä
2017-12-07 13:40 ` [PATCH i-g-t 6/6] meson: Install .testlist files Petri Latvala
2017-12-07 16:38   ` Ville Syrjälä
2017-12-12 11:07     ` [PATCH i-g-t v2 1/1] meson: Install .testlist files and README from tests/intel-ci Petri Latvala
2017-12-19 10:34       ` Daniel Vetter
2017-12-07 17:51 ` [PATCH i-g-t 1/6] meson: Don't install headers Daniel Vetter
2017-12-07 19:00 ` ✓ Fi.CI.BAT: success for series starting with [1/6] " Patchwork
2017-12-07 22:57 ` ✗ Fi.CI.IGT: failure " Patchwork
2017-12-12 14:16 ` ✓ Fi.CI.BAT: success for series starting with [1/6] meson: Don't install headers (rev3) Patchwork
2017-12-12 16:00 ` ✗ Fi.CI.IGT: failure " 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=20171207163533.GG10981@intel.com \
    --to=ville.syrjala@linux.intel.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=petri.latvala@intel.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.