From 4409c8328442790317fb08503b646611dc807ced Mon Sep 17 00:00:00 2001 From: Jesse Barnes Date: Wed, 5 Aug 2015 16:09:17 -0700 Subject: [PATCH] tests/drv_module_reload: rename drv_module_reload to include in BATs Absolutely-acked-by: Daniel Vetter Signed-off-by: Jesse Barnes --- tests/Makefile.sources | 2 +- tests/{drv_module_reload => drv_module_reload_basic} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{drv_module_reload => drv_module_reload_basic} (100%) diff --git a/tests/Makefile.sources b/tests/Makefile.sources index cdcee33f..4fe7d4c8 100644 --- a/tests/Makefile.sources +++ b/tests/Makefile.sources @@ -178,7 +178,7 @@ TESTS_scripts = \ debugfs_emon_crash \ drv_debugfs_reader \ drv_missed_irq_hang \ - drv_module_reload \ + drv_module_reload_basic \ kms_sysfs_edid_timing \ sysfs_l3_parity \ test_rte_check \ diff --git a/tests/drv_module_reload b/tests/drv_module_reload_basic similarity index 100% rename from tests/drv_module_reload rename to tests/drv_module_reload_basic