Re: [PATCH v5 10/11] test: lib/uuid: add unit tests for dynamic UUIDs

2024-07-25 Thread Ilias Apalodimas
On Fri, 19 Jul 2024 at 15:43, Caleb Connolly wrote: > > Add some basic unit tests to validate that the UUID generation behaves > as expected. This matches the implementation in efi_loader for sandbox > and a Qualcomm board and should catch any regressions. > > Signed-off-by: Caleb Connolly > ---

[PATCH v5 10/11] test: lib/uuid: add unit tests for dynamic UUIDs

2024-07-19 Thread Caleb Connolly
Add some basic unit tests to validate that the UUID generation behaves as expected. This matches the implementation in efi_loader for sandbox and a Qualcomm board and should catch any regressions. Signed-off-by: Caleb Connolly --- test/lib/uuid.c | 82