[igt-dev] [V5 i-g-t 04/81] testplan/kms: Exclude kms helpers form testplan

Kamil Konieczny kamil.konieczny at linux.intel.com
Thu Aug 10 17:49:26 UTC 2023


Hi Bhanuprakash,

small nit in subject:
testplan/kms: Exclude kms helpers form testplan
---------------------------------- ^^
s/form/from/

With that fixed,
Reviewed-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>

--
Kamil

On 2023-06-29 at 20:17:53 +0530, Bhanuprakash Modem wrote:
> 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 <bhanuprakash.modem at intel.com>
> ---
>  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
> 


More information about the igt-dev mailing list