summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBhanuprakash Modem <bhanuprakash.modem@intel.com>2023-08-31 20:26:17 +0530
committerBhanuprakash Modem <bhanuprakash.modem@intel.com>2023-09-01 11:31:21 +0530
commit67d7d4b9f1bb175eae8007e051e2ce38cd37e978 (patch)
treeea5adcd282729dc4e0474c15d136c50669ccdd84 /docs
parentfb3a3955186bacc47770d8cd1916b6d81b033d1e (diff)
testplan/kms: Move kms testplan to intel dir
As this testplan is specific to the Intel hardware, the correct place for it is inside the tests/i915/. V2: - Fix the included files path V3: - Rebase Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com> Reviewed-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/testplan/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testplan/meson.build b/docs/testplan/meson.build
index 433464dc8..dd9b83978 100644
--- a/docs/testplan/meson.build
+++ b/docs/testplan/meson.build
@@ -7,7 +7,7 @@ rst2pdf = find_program('rst2pdf', required: false)
stylesheet = join_paths(meson.current_source_dir(), 'testplan.css')
xe_test_config = join_paths(source_root, 'tests', 'xe', 'xe_test_config.json')
-kms_test_config = join_paths(source_root, 'tests', 'kms_test_config.json')
+kms_test_config = join_paths(source_root, 'tests', 'i915', 'kms_test_config.json')
i915_test_config = join_paths(source_root, 'tests', 'i915', 'i915_test_config.json')
check_testlist = []