diff options
| author | AKASHI Takahiro <[email protected]> | 2019-11-13 09:45:02 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-12-06 16:44:20 -0500 |
| commit | f523400f607881db19bdab901b6fa2b976eebc98 (patch) | |
| tree | de7d538e799944d59a0e5785ffce3a34270c4dbd /test/lib/Makefile | |
| parent | e85a787c7d63592b6fd9214f0e202fcabca75cf4 (diff) | |
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 <[email protected]>
Diffstat (limited to 'test/lib/Makefile')
| -rw-r--r-- | test/lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/Makefile b/test/lib/Makefile index b13aaca7ce5..72d2ec74b5f 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 |
