test/pdump: add unit test for pdump library
[dpdk.git] / test / test / meson.build
index 6bfec7c..045d7c8 100644 (file)
@@ -55,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',
@@ -75,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',
@@ -122,6 +124,7 @@ test_deps = ['acl',
        'flow_classify',
        'hash',
        'ipsec',
+       'latencystats',
        'lpm',
        'member',
        'metrics',
@@ -191,6 +194,7 @@ test_names = [
        'ipsec_autotest',
        'kni_autotest',
        'kvargs_autotest',
+       'latencystats_autotest',
        'link_bonding_autotest',
        'link_bonding_mode4_autotest',
        'logs_autotest',
@@ -211,6 +215,7 @@ test_names = [
        'meter_autotest',
        'metrics_autotest',
        'multiprocess_autotest',
+       'pdump_autotest',
        'per_lcore_autotest',
        'pmd_perf_autotest',
        'power_acpi_cpufreq_autotest',