test/rcu: remove redundant header file
[dpdk.git] / app / test / meson.build
index 466fd56..c50b202 100644 (file)
@@ -80,6 +80,7 @@ test_sources = files('commands.c',
        'test_memzone.c',
        'test_meter.c',
        'test_metrics.c',
+       'test_mcslock.c',
        'test_mp_secondary.c',
        'test_pdump.c',
        'test_per_lcore.c',
@@ -87,7 +88,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_rand_perf.c',
@@ -185,6 +186,7 @@ fast_test_names = [
         'lpm6_autotest',
         'malloc_autotest',
         'mbuf_autotest',
+        'mcslock_autotest',
         'memcpy_autotest',
         'memory_autotest',
         'mempool_autotest',
@@ -226,7 +228,7 @@ fast_test_names = [
         'member_autotest',
         'metrics_autotest',
         'pdump_autotest',
-        'power_acpi_cpufreq_autotest',
+        'power_cpufreq_autotest',
         'power_autotest',
         'power_kvm_vm_autotest',
         'reorder_autotest',
@@ -357,7 +359,7 @@ dpdk_test = executable('dpdk-test',
        dependencies: test_dep_objs,
        c_args: [cflags, '-DALLOW_EXPERIMENTAL_API'],
        install_rpath: driver_install_path,
-       install: false)
+       install: true)
 
 # some perf tests (eg: memcpy perf autotest)take very long
 # to complete, so timeout to 10 minutes