[igt-dev] [i-g-t V2 81/81] testplan/kms: Make documentation is mandatory for all kms subtests
Bhanuprakash Modem
bhanuprakash.modem at intel.com
Wed May 17 06:33:23 UTC 2023
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.
V2, V3: - Rebase
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
---
docs/testplan/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/testplan/meson.build b/docs/testplan/meson.build
index 6454f2933..704d4b3a2 100644
--- a/docs/testplan/meson.build
+++ b/docs/testplan/meson.build
@@ -29,12 +29,12 @@ xe_test_dict = {
if build_xe
test_dict = {
- 'kms_tests': { 'input': kms_test_config, 'extra_args': [] },
+ 'kms_tests': { 'input': kms_test_config, 'extra_args': check_testlist },
'xe_tests': { 'input': xe_test_config, 'extra_args': check_testlist }
}
else
test_dict = {
- 'kms_tests': { 'input': kms_test_config, 'extra_args': [] }
+ 'kms_tests': { 'input': kms_test_config, 'extra_args': check_testlist }
}
endif
--
2.40.0
More information about the igt-dev
mailing list