]> git.ipfire.org Git - thirdparty/grub.git/commit
asn1_test: Test module for libtasn1
authorDaniel Axtens <dja@axtens.net>
Fri, 15 Nov 2024 07:34:45 +0000 (15:34 +0800)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 28 Nov 2024 20:50:54 +0000 (21:50 +0100)
commit99cda67889ffdd3ab9fcd447a6a9a48ec520a100
tree967995cbb044991faf7435f22788502986ca6a37
parent504058e82a2d03351198acdde34027e756b42f38
asn1_test: Test module for libtasn1

Import tests from libtasn1 that use functionality we import.
This test module is integrated into functional_test so that the
user can run the test in GRUB shell.

This doesn't test the full decoder but that will be exercised in
test suites for coming patch sets.

Add testcase target in accordance with commit 5e10be48e5 (tests: Add
check-native and check-nonnative make targets).

Cc: Vladimir Serbinenko <phcoder@gmail.com>
Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Tested-by: Stefan Berger <stefanb@linux.ibm.com>
Makefile.util.def
autogen.sh
grub-core/Makefile.core.def
grub-core/tests/asn1/asn1_test.c [new file with mode: 0644]
grub-core/tests/asn1/asn1_test.h [new file with mode: 0644]
grub-core/tests/lib/functional_test.c
tests/asn1_test.in [new file with mode: 0644]