X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=test%2Ftest%2Fmeson.build;h=045d7c8decc3fea8f5ce4f72d8ddd47c339b8a70;hb=086eb64db39e;hp=6971e917f9da0a70d9635aa7f66fc3096bbf6d42;hpb=a52966cd48fd4bbe1d160c15f155df72d5d150b3;p=dpdk.git diff --git a/test/test/meson.build b/test/test/meson.build index 6971e917f9..045d7c8dec 100644 --- a/test/test/meson.build +++ b/test/test/meson.build @@ -9,6 +9,7 @@ test_sources = files('commands.c', 'test_alarm.c', 'test_atomic.c', 'test_barrier.c', + 'test_bitratestats.c', 'test_bpf.c', 'test_byteorder.c', 'test_cmdline.c', @@ -54,6 +55,7 @@ test_sources = files('commands.c', 'test_ipsec.c', 'test_kni.c', 'test_kvargs.c', + 'test_latencystats.c', 'test_link_bonding.c', 'test_link_bonding_mode4.c', 'test_logs.c', @@ -74,6 +76,7 @@ test_sources = files('commands.c', 'test_meter.c', 'test_metrics.c', 'test_mp_secondary.c', + 'test_pdump.c', 'test_per_lcore.c', 'test_pmd_perf.c', 'test_pmd_ring.c', @@ -109,6 +112,7 @@ test_sources = files('commands.c', ) test_deps = ['acl', + 'bitratestats', 'bpf', 'cfgfile', 'cmdline', @@ -120,6 +124,7 @@ test_deps = ['acl', 'flow_classify', 'hash', 'ipsec', + 'latencystats', 'lpm', 'member', 'metrics', @@ -135,6 +140,7 @@ test_names = [ 'alarm_autotest', 'atomic_autotest', 'barrier_autotest', + 'bitratestats_autotest', 'byteorder_autotest', 'cmdline_autotest', 'common_autotest', @@ -188,6 +194,7 @@ test_names = [ 'ipsec_autotest', 'kni_autotest', 'kvargs_autotest', + 'latencystats_autotest', 'link_bonding_autotest', 'link_bonding_mode4_autotest', 'logs_autotest', @@ -208,6 +215,7 @@ test_names = [ 'meter_autotest', 'metrics_autotest', 'multiprocess_autotest', + 'pdump_autotest', 'per_lcore_autotest', 'pmd_perf_autotest', 'power_acpi_cpufreq_autotest',