test/bitrate: add unit tests for bitrate library
[dpdk.git] / test / test / meson.build
index 6971e91..6bfec7c 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',
@@ -109,6 +110,7 @@ test_sources = files('commands.c',
 )
 
 test_deps = ['acl',
+       'bitratestats',
        'bpf',
        'cfgfile',
        'cmdline',
@@ -135,6 +137,7 @@ test_names = [
        'alarm_autotest',
        'atomic_autotest',
        'barrier_autotest',
+       'bitratestats_autotest',
        'byteorder_autotest',
        'cmdline_autotest',
        'common_autotest',