[Intel-gfx] [PATCH i-g-t v2 1/1] meson: Install .testlist files and README from tests/intel-ci
Daniel Vetter
daniel at ffwll.ch
Tue Dec 19 10:34:49 UTC 2017
On Tue, Dec 12, 2017 at 01:07:56PM +0200, Petri Latvala wrote:
> v2: README too, and a better variable name (Ville)
>
> Signed-off-by: Petri Latvala <petri.latvala at intel.com>
> Cc: Daniel Vetter <daniel.vetter at ffwll.ch>
> Cc: Ville Syrjälä <ville.syrjala at linux.intel.com>
Reviewed-by: Daniel Vetter <daniel.vetter at ffwll.ch>
> ---
> tests/intel-ci/meson.build | 8 ++++++++
> tests/meson.build | 2 ++
> 2 files changed, 10 insertions(+)
> create mode 100644 tests/intel-ci/meson.build
>
> diff --git a/tests/intel-ci/meson.build b/tests/intel-ci/meson.build
> new file mode 100644
> index 00000000..5394a2ff
> --- /dev/null
> +++ b/tests/intel-ci/meson.build
> @@ -0,0 +1,8 @@
> +
> +intelci_files = [
> + 'fast-feedback.testlist',
> + 'meta.testlist',
> + 'README',
> +]
> +
> +install_data(sources : intelci_files, install_dir : pkgdatadir)
> diff --git a/tests/meson.build b/tests/meson.build
> index 1d1cbe3a..4c4bee1d 100644
> --- a/tests/meson.build
> +++ b/tests/meson.build
> @@ -319,3 +319,5 @@ image_files = [
> 'pass.png',
> ]
> install_data(sources : image_files, install_dir : pkgdatadir)
> +
> +subdir('intel-ci')
> --
> 2.14.1
>
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
More information about the Intel-gfx
mailing list