commit | cb69a818680e31886602f35a4e26a62a219b469c | [log] [tgz] |
---|---|---|
author | Philippe Reynes <philippe.reynes@softathome.com> | Mon Jan 06 15:22:36 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 17 10:15:49 2020 -0500 |
tree | 9767c35ff869279049663bc92569fe3f73620208 | |
parent | a40315e4450023e6667f9e00cfe1cd90beabbf0b [diff] [blame] |
aes: add test unit for aes128 This commit add test unit for aes128. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com> Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/test/lib/Makefile b/test/lib/Makefile index 72d2ec7..230068d 100644 --- a/test/lib/Makefile +++ b/test/lib/Makefile
@@ -8,3 +8,4 @@ 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