summaryrefslogtreecommitdiff
path: root/tests/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 /tests/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 'tests/meson.build')
-rw-r--r--tests/meson.build12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 3020f798..52f91a22 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -10,12 +10,6 @@ test_progs = [
'drm_import_export',
'drm_mm',
'drm_read',
- 'drv_getparams_basic',
- 'drv_hangman',
- 'drv_missed_irq',
- 'drv_module_reload',
- 'drv_selftest',
- 'drv_suspend',
'kms_3d',
'kms_addfb_basic',
'kms_atomic',
@@ -98,7 +92,13 @@ test_progs = [
]
i915_progs = [
+ 'getparams_basic',
+ 'hangman',
+ 'missed_irq',
+ 'module_load',
'query',
+ 'selftest',
+ 'suspend',
]
gem_progs = [