Re: [PATCH v2 2/2] test: add functional test for uuid
On Wed, Apr 03, 2024 at 03:11:08PM -0700, Stephen Hemminger wrote: > The uuid functions in EAL were not covered by existing functional > tests. > > Signed-off-by: Stephen Hemminger > --- Acked-by: Tyler Retzlaff
[PATCH v2 2/2] test: add functional test for uuid
The uuid functions in EAL were not covered by existing functional tests. Signed-off-by: Stephen Hemminger --- app/test/meson.build | 1 + app/test/test_uuid.c | 135 +++ 2 files changed, 136 insertions(+) create mode 100644 app/test/test_uuid.c diff --