summaryrefslogtreecommitdiff
path: root/test/lib/Makefile
diff options
context:
space:
mode:
authorAKASHI Takahiro <takahiro.akashi@linaro.org>2019-11-13 03:45:02 +0300
committerTom Rini <trini@konsulko.com>2019-12-07 00:44:20 +0300
commitf523400f607881db19bdab901b6fa2b976eebc98 (patch)
treede7d538e799944d59a0e5785ffce3a34270c4dbd /test/lib/Makefile
parente85a787c7d63592b6fd9214f0e202fcabca75cf4 (diff)
downloadu-boot-f523400f607881db19bdab901b6fa2b976eebc98.tar.xz
test: add asn1 unit test
This test will exercise asn1 compiler as well as asn1 decoder functions via various parsers. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
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 b13aaca7ce..72d2ec74b5 100644
--- a/test/lib/Makefile
+++ b/test/lib/Makefile
@@ -7,3 +7,4 @@ obj-y += hexdump.o
obj-y += lmb.o
obj-y += string.o
obj-$(CONFIG_ERRNO_STR) += test_errno_str.o
+obj-$(CONFIG_UT_LIB_ASN1) += asn1.o