summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBhanuprakash Modem <bhanuprakash.modem@intel.com>2023-08-31 20:26:20 +0530
committerBhanuprakash Modem <bhanuprakash.modem@intel.com>2023-09-01 11:31:21 +0530
commitc1c14a5d1da90b0a9325a7e6163895ad42b009d7 (patch)
tree0147c6b77bfcb2ada015a8c029a8a9d5fa0adc5c /docs
parente8ad42b799bc4ba220e8f84af5346290fc54fbad (diff)
tests: Move intel specific tests to new directory
In-order to organize tests in a better way, move all intel specific tests (includes i915, xe & kms) to a new directory called "tests/intel". V2: - Rebase Cc: Mauro Carvalho Chehab <mchehab@kernel.org> 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.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/testplan/meson.build b/docs/testplan/meson.build
index dd9b83978..16dd57826 100644
--- a/docs/testplan/meson.build
+++ b/docs/testplan/meson.build
@@ -6,9 +6,9 @@ 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', 'i915', 'kms_test_config.json')
-i915_test_config = join_paths(source_root, 'tests', 'i915', 'i915_test_config.json')
+xe_test_config = join_paths(source_root, 'tests', 'intel', 'xe_test_config.json')
+kms_test_config = join_paths(source_root, 'tests', 'intel', 'kms_test_config.json')
+i915_test_config = join_paths(source_root, 'tests', 'intel', 'i915_test_config.json')
check_testlist = []
if build_tests