X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Fmeson.build;h=c50b2027579354f8dd1894297fb1b095bff93842;hb=6420da3140f2392e10c22befaafaf0e4df0d049c;hp=466fd56da72da1e3d1183641660baab0dfcc1224;hpb=14e1310ec78e0a1c3e46a9745ecb1b428ae0b567;p=dpdk.git diff --git a/app/test/meson.build b/app/test/meson.build index 466fd56da7..c50b202757 100644 --- a/app/test/meson.build +++ b/app/test/meson.build @@ -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