From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id C73D310E17F for ; Mon, 15 May 2023 08:24:28 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Mon, 15 May 2023 13:47:20 +0530 Message-Id: <20230515081720.3713293-80-bhanuprakash.modem@intel.com> In-Reply-To: <20230515081720.3713293-1-bhanuprakash.modem@intel.com> References: <20230515081720.3713293-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t 79/79] 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. Signed-off-by: Bhanuprakash Modem --- docs/testplan/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testplan/meson.build b/docs/testplan/meson.build index b65ee964d..4e3565cf8 100644 --- a/docs/testplan/meson.build +++ b/docs/testplan/meson.build @@ -25,7 +25,7 @@ endif test_dict = { 'xe_tests': { 'input': xe_test_config, 'extra_args': check_testlist }, - 'kms_tests': { 'input': kms_test_config, 'extra_args': [] } + 'kms_tests': { 'input': kms_test_config, 'extra_args': check_testlist } } foreach testplan, fields: test_dict -- 2.40.0