summaryrefslogtreecommitdiff
path: root/docs/reference/igt-gpu-tools/meson.build
diff options
context:
space:
mode:
authorArkadiusz Hiler <arkadiusz.hiler@intel.com>2018-10-25 16:44:36 +0300
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2018-11-16 13:34:41 +0200
commit8ac5cfb4db9c7bc593beec18a6be1e2ff163106c (patch)
treed8fb22aa5e4185af11e95e62a1fbe1a2636a6aac /docs/reference/igt-gpu-tools/meson.build
parent422fea093734b7eca0707e24458ed9ba89f37dcb (diff)
tests: Move drv_ tests to i915 directory
The drv_ tests are i915 specific, so let's move them to i915 directory and change the binary prefix to i915_. Additionally, while we at moving stuff around, let's rename module_reload to module_load and do the following cleanup with the subtests: basic-reload -> reload basic-no-display -> reload-no-display basic-reload-inject -> reload-with-fault-injection Cc: Martin Peres <martin.peres@linux.intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> Cc: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Acked-by: Martin Peres <martin.peres@linux.intel.com>
Diffstat (limited to 'docs/reference/igt-gpu-tools/meson.build')
-rw-r--r--docs/reference/igt-gpu-tools/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/igt-gpu-tools/meson.build b/docs/reference/igt-gpu-tools/meson.build
index e544e71b..b2b2c1c2 100644
--- a/docs/reference/igt-gpu-tools/meson.build
+++ b/docs/reference/igt-gpu-tools/meson.build
@@ -29,11 +29,11 @@ test_groups = [
'core',
'debugfs',
'drm',
- 'drv',
'gem',
'gen3',
'gen7',
'gvt',
+ 'i915',
'kms',
'meta',
'perf',