]> git.droids-corp.org - dpdk.git/blobdiff - test/test/meson.build
test/bitrate: add unit tests for bitrate library
[dpdk.git] / test / test / meson.build
index 6971e917f9da0a70d9635aa7f66fc3096bbf6d42..6bfec7ccd62a50e0239e57c74a1e6e1f89f831e6 100644 (file)
@@ -9,6 +9,7 @@ test_sources = files('commands.c',
        'test_alarm.c',
        'test_atomic.c',
        'test_barrier.c',
        'test_alarm.c',
        'test_atomic.c',
        'test_barrier.c',
+       'test_bitratestats.c',
        'test_bpf.c',
        'test_byteorder.c',
        'test_cmdline.c',
        'test_bpf.c',
        'test_byteorder.c',
        'test_cmdline.c',
@@ -109,6 +110,7 @@ test_sources = files('commands.c',
 )
 
 test_deps = ['acl',
 )
 
 test_deps = ['acl',
+       'bitratestats',
        'bpf',
        'cfgfile',
        'cmdline',
        'bpf',
        'cfgfile',
        'cmdline',
@@ -135,6 +137,7 @@ test_names = [
        'alarm_autotest',
        'atomic_autotest',
        'barrier_autotest',
        'alarm_autotest',
        'atomic_autotest',
        'barrier_autotest',
+       'bitratestats_autotest',
        'byteorder_autotest',
        'cmdline_autotest',
        'common_autotest',
        'byteorder_autotest',
        'cmdline_autotest',
        'common_autotest',