[igt-dev] [PATCH i-g-t v4 11/11] testplan/meson.build: make it check for missing i915 documentation
Kamil Konieczny
kamil.konieczny at linux.intel.com
Thu May 25 21:11:44 UTC 2023
Hi Mauro,
On 2023-05-25 at 11:05:35 +0200, Mauro Carvalho Chehab wrote:
> From: Mauro Carvalho Chehab <mchehab at kernel.org>
>
> Now that i915 is fully documented, check it at build time.
This is not working now, see GitLab log:
Warning: Missing documentation for igt at perf_pmu@rc6-all-gts
ninja: build stopped: subcommand failed.
Can we not turn it on until we fill in all gaps ?
Regards,
Kamil
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
> ---
> docs/testplan/meson.build | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/docs/testplan/meson.build b/docs/testplan/meson.build
> index 6cd44be5ccd3..bf73dd32a15f 100644
> --- a/docs/testplan/meson.build
> +++ b/docs/testplan/meson.build
> @@ -30,13 +30,13 @@ xe_test_dict = {
>
> if build_xe
> test_dict = {
> - 'i915_tests': { 'input': i915_test_config, 'extra_args': [] },
> + 'i915_tests': { 'input': i915_test_config, 'extra_args': check_testlist },
> 'kms_tests': { 'input': kms_test_config, 'extra_args': [] },
> 'xe_tests': { 'input': xe_test_config, 'extra_args': check_testlist }
> }
> else
> test_dict = {
> - 'i915_tests': { 'input': i915_test_config, 'extra_args': [] },
> + 'i915_tests': { 'input': i915_test_config, 'extra_args': check_testlist },
> 'kms_tests': { 'input': kms_test_config, 'extra_args': [] }
> }
> endif
> --
> 2.40.1
>
More information about the igt-dev
mailing list