test/pdump: add unit test for pdump library
[dpdk.git] / test / test / meson.build
index 35fad4b..045d7c8 100644 (file)
@@ -76,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',
@@ -214,6 +215,7 @@ test_names = [
        'meter_autotest',
        'metrics_autotest',
        'multiprocess_autotest',
+       'pdump_autotest',
        'per_lcore_autotest',
        'pmd_perf_autotest',
        'power_acpi_cpufreq_autotest',