test/pdump: add unit test for pdump library
[dpdk.git] / test / test / meson.build
index 6971e91..045d7c8 100644 (file)
@@ -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',