Re: [PATCH 9/9] tests/unit: add test-fifo unit test

2024-09-06 Thread Mark Cave-Ayland
On 28/08/2024 13:22, Mark Cave-Ayland wrote: This tests the Fifo8 implementation for basic operations as well as testing for the correct *_bufptr() including handling wraparound of the internal FIFO buffer. Hmmm this doesn't quite read correctly either - I think perhaps something like: This

Re: [PATCH 9/9] tests/unit: add test-fifo unit test

2024-08-30 Thread Octavian Purdila
On Wed, Aug 28, 2024 at 5:23 AM Mark Cave-Ayland wrote: > > This tests the Fifo8 implementation for basic operations as well as testing > for > the correct *_bufptr() including handling wraparound of the internal FIFO > buffer. > > Signed-off-by: Mark Cave-Ayland Reviewed-by: Octavian Purdila

Re: [PATCH 9/9] tests/unit: add test-fifo unit test

2024-08-29 Thread Alistair Francis
On Wed, Aug 28, 2024 at 10:25 PM Mark Cave-Ayland wrote: > > This tests the Fifo8 implementation for basic operations as well as testing > for > the correct *_bufptr() including handling wraparound of the internal FIFO > buffer. > > Signed-off-by: Mark Cave-Ayland Acked-by: Alistair Francis

[PATCH 9/9] tests/unit: add test-fifo unit test

2024-08-28 Thread Mark Cave-Ayland
This tests the Fifo8 implementation for basic operations as well as testing for the correct *_bufptr() including handling wraparound of the internal FIFO buffer. Signed-off-by: Mark Cave-Ayland --- tests/unit/meson.build | 1 + tests/unit/test-fifo.c | 256