Re: [PATCH v2 2/3] tests/unit: Expand test_fifo8_peek_buf_wrap() coverage

2024-09-06 Thread Mark Cave-Ayland
On 06/09/2024 14:29, Philippe Mathieu-Daudé wrote: Test fifo8_peek_buf() can fill a buffer with wrapped data. Signed-off-by: Philippe Mathieu-Daudé --- tests/unit/test-fifo.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tests/unit/test-fifo.c b/tests/unit/test

[PATCH v2 2/3] tests/unit: Expand test_fifo8_peek_buf_wrap() coverage

2024-09-06 Thread Philippe Mathieu-Daudé
Test fifo8_peek_buf() can fill a buffer with wrapped data. Signed-off-by: Philippe Mathieu-Daudé --- tests/unit/test-fifo.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tests/unit/test-fifo.c b/tests/unit/test-fifo.c index 9b3a4940d0..fada526b6c 100644 --- a/tests/