Introduce new test case to test ST peek API. Changes name for MT peek ring test to follow same naming convention.
Konstantin Ananyev (2): test/ring: add stress test for ST peek API test/ring: rearrange names for ring stress tests app/test/Makefile | 3 +- app/test/meson.build | 3 +- ...ek_stress.c => test_ring_mt_peek_stress.c} | 2 +- app/test/test_ring_st_peek_stress.c | 54 +++++++++++++++++++ app/test/test_ring_stress.c | 7 ++- app/test/test_ring_stress.h | 3 +- 6 files changed, 66 insertions(+), 6 deletions(-) rename app/test/{test_ring_peek_stress.c => test_ring_mt_peek_stress.c} (94%) create mode 100644 app/test/test_ring_st_peek_stress.c -- 2.17.1