test/ring: add stress test for MT peek API
[dpdk.git] / app / test / meson.build
index 04b59cf..d15278c 100644 (file)
@@ -100,7 +100,12 @@ test_sources = files('commands.c',
        'test_rib.c',
        'test_rib6.c',
        'test_ring.c',
+       'test_ring_mpmc_stress.c',
+       'test_ring_hts_stress.c',
+       'test_ring_peek_stress.c',
        'test_ring_perf.c',
+       'test_ring_rts_stress.c',
+       'test_ring_stress.c',
        'test_rwlock.c',
        'test_sched.c',
        'test_service_cores.c',