From ebcdb8df513e721f10c7a7623fc71d7653a116a7 Mon Sep 17 00:00:00 2001 From: Philippe Reynes Date: Mon, 6 Jan 2020 15:22:36 +0100 Subject: aes: add test unit for aes128 This commit add test unit for aes128. Signed-off-by: Philippe Reynes Reviewed-by: Simon Glass --- test/lib/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'test/lib/Makefile') diff --git a/test/lib/Makefile b/test/lib/Makefile index 72d2ec74b5f..230068d5a00 100644 --- a/test/lib/Makefile +++ b/test/lib/Makefile @@ -8,3 +8,4 @@ obj-y += lmb.o obj-y += string.o obj-$(CONFIG_ERRNO_STR) += test_errno_str.o obj-$(CONFIG_UT_LIB_ASN1) += asn1.o +obj-$(CONFIG_AES) += test_aes.o -- cgit v1.2.3