test: add asn1 unit test
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Wed, 13 Nov 2019 00:45:02 +0000 (09:45 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 6 Dec 2019 21:44:20 +0000 (16:44 -0500)
commitf523400f607881db19bdab901b6fa2b976eebc98
treede7d538e799944d59a0e5785ffce3a34270c4dbd
parente85a787c7d63592b6fd9214f0e202fcabca75cf4
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>
test/Kconfig
test/lib/Makefile
test/lib/asn1.c [new file with mode: 0644]