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 7D98B10E3E0 for ; Thu, 29 Jun 2023 14:55:34 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Thu, 29 Jun 2023 20:17:53 +0530 Message-Id: <20230629144910.3055377-5-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 04/81] testplan/kms: Exclude kms helpers form testplan List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: As we are using wild cards in testplan, it'll expect a binary for each source (.c) file. Exclude kms helpers from testplan to avoid the build failures. Signed-off-by: Bhanuprakash Modem --- tests/kms_test_config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/kms_test_config.json b/tests/kms_test_config.json index 499f418ab..9219ae4eb 100644 --- a/tests/kms_test_config.json +++ b/tests/kms_test_config.json @@ -2,6 +2,8 @@ "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", "testdisplay.c" ], + "exclude_files": [ "chamelium/kms_chamelium_helper.c", "i915/kms_dsc_helper.c", + "kms_color_helper.c"], "fields": { "Category": { "_properties_": { -- 2.40.0