commit | b5124e3d9468e2e0f47768dc41d4d49ab82dbd1f | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Wed Nov 13 09:45:02 2019 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 06 16:44:20 2019 -0500 |
tree | de7d538e799944d59a0e5785ffce3a34270c4dbd | |
parent | 5ace6ff1da062eaada28b835af5459160c759552 [diff] [blame] |
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>
diff --git a/test/lib/Makefile b/test/lib/Makefile index b13aaca..72d2ec7 100644 --- a/test/lib/Makefile +++ b/test/lib/Makefile
@@ -7,3 +7,4 @@ obj-y += lmb.o obj-y += string.o obj-$(CONFIG_ERRNO_STR) += test_errno_str.o +obj-$(CONFIG_UT_LIB_ASN1) += asn1.o