From 54e0e8b14f128919a0dbeb4d4f7b4fbbe30b5f60 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Mon, 18 Feb 2019 16:26:21 +0200 Subject: tests: Prefix pm_ tests with i915_ and move them to i915/ They are i915-specific, so they belong to the directory. The (now) infix _pm_ is quite informative and worth keeping. v2: also prefix .c files Cc: Petri Latvala Cc: Ewelina Musial Signed-off-by: Arkadiusz Hiler Reviewed-by: Petri Latvala --- tests/Makefile.sources | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) (limited to 'tests/Makefile.sources') diff --git a/tests/Makefile.sources b/tests/Makefile.sources index 1efd3ecb..35c79592 100644 --- a/tests/Makefile.sources +++ b/tests/Makefile.sources @@ -77,12 +77,6 @@ TESTS_progs = \ meta_test \ perf \ perf_pmu \ - pm_backlight \ - pm_lpsp \ - pm_rc6_residency \ - pm_rpm \ - pm_rps \ - pm_sseu \ prime_busy \ prime_mmap \ prime_mmap_coherency \ @@ -486,6 +480,24 @@ i915_missed_irq_SOURCES = i915/i915_missed_irq.c TESTS_progs += i915_module_load i915_module_load_SOURCES = i915/i915_module_load.c +TESTS_progs += i915_pm_backlight +i915_pm_backlight_SOURCES = i915/i915_pm_backlight.c + +TESTS_progs += i915_pm_lpsp +i915_pm_lpsp_SOURCES = i915/i915_pm_lpsp.c + +TESTS_progs += i915_pm_rc6_residency +i915_pm_rc6_residency_SOURCES = i915/i915_pm_rc6_residency.c + +TESTS_progs += i915_pm_rpm +i915_pm_rpm_SOURCES = i915/i915_pm_rpm.c + +TESTS_progs += i915_pm_rps +i915_pm_rps_SOURCES = i915/i915_pm_rps.c + +TESTS_progs += i915_pm_sseu +i915_pm_sseu_SOURCES = i915/i915_pm_sseu.c + TESTS_progs += i915_query i915_query_SOURCES = i915/i915_query.c -- cgit v1.2.3