[Intel-gfx] [PATCH i-g-t 2/6] meson: Don't install selfcheck binaries

Ville Syrjälä ville.syrjala at linux.intel.com
Thu Dec 7 16:35:33 UTC 2017


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

Reviewed-by: Ville Syrjälä <ville.syrjala at 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 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