test/pdump: add unit test for pdump library
[dpdk.git] / test / test / meson.build
index 5a4816f..045d7c8 100644 (file)
@@ -3,11 +3,13 @@
 
 test_sources = files('commands.c',
        'packet_burst_generator.c',
+       'sample_packet_forward.c',
        'test.c',
        'test_acl.c',
        'test_alarm.c',
        'test_atomic.c',
        'test_barrier.c',
+       'test_bitratestats.c',
        'test_bpf.c',
        'test_byteorder.c',
        'test_cmdline.c',
@@ -50,8 +52,10 @@ test_sources = files('commands.c',
        'test_hash_perf.c',
        'test_hash_readwrite_lf.c',
        'test_interrupts.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',
@@ -72,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',
@@ -107,6 +112,7 @@ test_sources = files('commands.c',
 )
 
 test_deps = ['acl',
+       'bitratestats',
        'bpf',
        'cfgfile',
        'cmdline',
@@ -117,6 +123,8 @@ test_deps = ['acl',
        'eventdev',
        'flow_classify',
        'hash',
+       'ipsec',
+       'latencystats',
        'lpm',
        'member',
        'metrics',
@@ -132,6 +140,7 @@ test_names = [
        'alarm_autotest',
        'atomic_autotest',
        'barrier_autotest',
+       'bitratestats_autotest',
        'byteorder_autotest',
        'cmdline_autotest',
        'common_autotest',
@@ -182,8 +191,10 @@ test_names = [
        'hash_readwrite_autotest',
        'hash_readwrite_lf_autotest',
        'interrupt_autotest',
+       'ipsec_autotest',
        'kni_autotest',
        'kvargs_autotest',
+       'latencystats_autotest',
        'link_bonding_autotest',
        'link_bonding_mode4_autotest',
        'logs_autotest',
@@ -204,6 +215,7 @@ test_names = [
        'meter_autotest',
        'metrics_autotest',
        'multiprocess_autotest',
+       'pdump_autotest',
        'per_lcore_autotest',
        'pmd_perf_autotest',
        'power_acpi_cpufreq_autotest',