[igt-dev] [i-g-t V6 04/81] testplan/kms: Exclude kms helpers from testplan
Bhanuprakash Modem
bhanuprakash.modem at intel.com
Fri Aug 11 18:45:38 UTC 2023
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>
Reviewed-by: Kamil Konieczny <kamil.konieczny at linux.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