From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id A339210E6E7 for ; Fri, 11 Aug 2023 18:54:36 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Sat, 12 Aug 2023 00:15:37 +0530 Message-Id: <20230811184655.157060-4-bhanuprakash.modem@intel.com> In-Reply-To: <20230811184655.157060-1-bhanuprakash.modem@intel.com> References: <20230811184655.157060-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t V6 03/81] testplan/kms: Include testdisplay to kms testplan config List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: As testdisplay.c is belongs to display, add it to the kms testplan config. V2: - Rebase Signed-off-by: Bhanuprakash Modem Reviewed-by: Mauro Carvalho Chehab --- tests/kms_test_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/kms_test_config.json b/tests/kms_test_config.json index 7a43da74e..499f418ab 100644 --- a/tests/kms_test_config.json +++ b/tests/kms_test_config.json @@ -1,7 +1,7 @@ { "description": "JSON file to be used to parse KMS documentation", "name": "Display and KMS Tests for Intel i915 and Xe Drivers", - "files": [ "chamelium/kms_*.c", "i915/kms_*.c", "kms_*.c" ], + "files": [ "chamelium/kms_*.c", "i915/kms_*.c", "kms_*.c", "testdisplay.c" ], "fields": { "Category": { "_properties_": { -- 2.40.0