[igt-dev] [PATCH i-g-t v5 6/7] tests/build: Generate and store an intel-ci.testlist
Kamil Konieczny
kamil.konieczny at linux.intel.com
Mon Jul 10 18:26:43 UTC 2023
Hi Mauro,
On 2023-07-10 at 13:53:53 +0200, Mauro Carvalho Chehab wrote:
> From: Mauro Carvalho Chehab <mchehab at kernel.org>
>
> Store a sorted testlist with tests that could be used to test the
> DRM core and the Intel drivers in a format that it would be
> expected by igt_runner.
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
Looks good, I will add also Ewelina on Cc as it creates
intel-ci.testlist
Regards,
Kamil
> ---
> tests/intel-ci/meson.build | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/tests/intel-ci/meson.build b/tests/intel-ci/meson.build
> index d5a6e4f47203..a1ec517f8da1 100644
> --- a/tests/intel-ci/meson.build
> +++ b/tests/intel-ci/meson.build
> @@ -9,4 +9,12 @@ intelci_files = [
> 'xe.blocklist.txt',
> ]
>
> +custom_target('intel-ci.testlist',
> + build_by_default : true,
> + command : ['sort', testlist_files],
> + install : true,
> + install_dir : datadir,
> + capture : true,
> + output : 'intel-ci.testlist')
> +
> install_data(sources : intelci_files, install_dir : datadir)
> --
> 2.40.1
>
More information about the igt-dev
mailing list