diff options
| author | Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com> | 2023-07-13 14:28:40 +0100 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2023-07-24 15:30:02 -0400 |
| commit | 9052d178a02b20e089a24a0346fce6c3efc0f71c (patch) | |
| tree | 684c5f0a3d675ec832f471c55dd3f758cdd0e9bb /test/lib/Makefile | |
| parent | 5d24a43585886d642452ea4b375ed2fe07fb5243 (diff) | |
lib: uuid: introduce testcase for uuid_str_to_le_bin
provide a test case
Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'test/lib/Makefile')
| -rw-r--r-- | test/lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/Makefile b/test/lib/Makefile index e0bd9e04e8f..e75a263e6a4 100644 --- a/test/lib/Makefile +++ b/test/lib/Makefile @@ -22,6 +22,7 @@ obj-$(CONFIG_AES) += test_aes.o obj-$(CONFIG_GETOPT) += getopt.o obj-$(CONFIG_CRC8) += test_crc8.o obj-$(CONFIG_UT_LIB_CRYPT) += test_crypt.o +obj-$(CONFIG_LIB_UUID) += uuid.o else obj-$(CONFIG_SANDBOX) += kconfig_spl.o endif |
