From 8ac5cfb4db9c7bc593beec18a6be1e2ff163106c Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Thu, 25 Oct 2018 16:44:36 +0300 Subject: 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 Cc: Chris Wilson Cc: Petri Latvala Signed-off-by: Arkadiusz Hiler Reviewed-by: Chris Wilson Acked-by: Martin Peres --- tests/meson.build | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tests/meson.build') 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 = [ -- cgit v1.2.3