test/latency: add unit tests for latencystats library
[dpdk.git] / test / test / meson.build
index 6bfec7c..35fad4b 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',
@@ -122,6 +123,7 @@ test_deps = ['acl',
        'flow_classify',
        'hash',
        'ipsec',
+       'latencystats',
        'lpm',
        'member',
        'metrics',
@@ -191,6 +193,7 @@ test_names = [
        'ipsec_autotest',
        'kni_autotest',
        'kvargs_autotest',
+       'latencystats_autotest',
        'link_bonding_autotest',
        'link_bonding_mode4_autotest',
        'logs_autotest',