summaryrefslogtreecommitdiff
path: root/test/lib/Makefile
diff options
context:
space:
mode:
authorHeinrich Schuchardt <[email protected]>2023-02-22 02:10:20 +0100
committerHeinrich Schuchardt <[email protected]>2023-03-13 13:56:14 +0100
commit3080ddf970b15c606d396b80845ff74569575e67 (patch)
tree08bd36940079bf88badaadfdaedcb8354691b69e /test/lib/Makefile
parent6c1cdf158c4f3ccc8c5f9552f049a3386899dcd2 (diff)
test: unit test for crc8
Add a unit test for the crc8() function. Signed-off-by: Heinrich Schuchardt <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'test/lib/Makefile')
-rw-r--r--test/lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/Makefile b/test/lib/Makefile
index 7e7922fe3b4..e0bd9e04e8f 100644
--- a/test/lib/Makefile
+++ b/test/lib/Makefile
@@ -20,6 +20,7 @@ obj-$(CONFIG_UT_LIB_ASN1) += asn1.o
obj-$(CONFIG_UT_LIB_RSA) += rsa.o
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
else
obj-$(CONFIG_SANDBOX) += kconfig_spl.o