From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3F1FF10E405 for ; Thu, 29 Jun 2023 14:57:08 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Thu, 29 Jun 2023 20:19:10 +0530 Message-Id: <20230629144910.3055377-82-bhanuprakash.modem@intel.com> In-Reply-To: <20230629144910.3055377-1-bhanuprakash.modem@intel.com> References: <20230629144910.3055377-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [V5 i-g-t 81/81] testplan/kms: Make documentation is mandatory for all kms subtests List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: As testplan documentation is ready for all kms tests, update the testplan config to make sure we are not missing the documentation all the kms tests. V2, V3, V4, V5: - Rebase Signed-off-by: Bhanuprakash Modem Reviewed-by: Mauro Carvalho Chehab --- 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 bf73dd32a..8b8ee5abd 100644 --- a/docs/testplan/meson.build +++ b/docs/testplan/meson.build @@ -31,13 +31,13 @@ xe_test_dict = { if build_xe test_dict = { 'i915_tests': { 'input': i915_test_config, 'extra_args': check_testlist }, - 'kms_tests': { 'input': kms_test_config, 'extra_args': [] }, + 'kms_tests': { 'input': kms_test_config, 'extra_args': check_testlist }, 'xe_tests': { 'input': xe_test_config, 'extra_args': check_testlist } } else test_dict = { 'i915_tests': { 'input': i915_test_config, 'extra_args': check_testlist }, - 'kms_tests': { 'input': kms_test_config, 'extra_args': [] } + 'kms_tests': { 'input': kms_test_config, 'extra_args': check_testlist } } endif -- 2.40.0