[v2,1/3] test: rename test_power_acpi_cpufreq.c -> app/test/test_power_cpufreq.c

Message ID 20190403103256.21856-2-lukaszx.krakowiak@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series test: improve test coverage for power library |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/intel-Performance-Testing success Performance Testing PASS
ci/mellanox-Performance-Testing success Performance Testing PASS

Commit Message

Lukasz Krakowiak April 3, 2019, 10:32 a.m. UTC
  This patch rename file test_power_acpi_cpufreq.c ->
 app/test/test_power_cpufreq.c.

Signed-off-by: Lukasz Krakowiak <lukaszx.krakowiak@intel.com>
---
 app/test/Makefile                                            | 2 +-
 app/test/meson.build                                         | 2 +-
 app/test/{test_power_acpi_cpufreq.c => test_power_cpufreq.c} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename app/test/{test_power_acpi_cpufreq.c => test_power_cpufreq.c} (100%)
  

Patch

diff --git a/app/test/Makefile b/app/test/Makefile
index 89949c2bb..d1bcfd456 100644
--- a/app/test/Makefile
+++ b/app/test/Makefile
@@ -158,7 +158,7 @@  endif
 
 SRCS-$(CONFIG_RTE_LIBRTE_METER) += test_meter.c
 SRCS-$(CONFIG_RTE_LIBRTE_KNI) += test_kni.c
-SRCS-$(CONFIG_RTE_LIBRTE_POWER) += test_power.c test_power_acpi_cpufreq.c
+SRCS-$(CONFIG_RTE_LIBRTE_POWER) += test_power.c test_power_cpufreq.c
 SRCS-$(CONFIG_RTE_LIBRTE_POWER) += test_power_kvm_vm.c
 SRCS-y += test_common.c
 
diff --git a/app/test/meson.build b/app/test/meson.build
index 05e5ddeb0..4ae3dffea 100644
--- a/app/test/meson.build
+++ b/app/test/meson.build
@@ -82,7 +82,7 @@  test_sources = files('commands.c',
 	'test_pmd_ring.c',
 	'test_pmd_ring_perf.c',
 	'test_power.c',
-	'test_power_acpi_cpufreq.c',
+	'test_power_cpufreq.c',
 	'test_power_kvm_vm.c',
 	'test_prefetch.c',
 	'test_reciprocal_division.c',
diff --git a/app/test/test_power_acpi_cpufreq.c b/app/test/test_power_cpufreq.c
similarity index 100%
rename from app/test/test_power_acpi_cpufreq.c
rename to app/test/test_power_cpufreq.c