From f709a0b6f9c986e2a921435d095fc498949b53fa Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Tue, 23 Mar 2021 19:11:27 +0100 Subject: test: unit test for longjmp Provide a unit test for the longjmp() library function Signed-off-by: Heinrich Schuchardt Acked-by: Sean Anderson --- test/lib/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'test/lib/Makefile') diff --git a/test/lib/Makefile b/test/lib/Makefile index 97c11e35a8..a30f615aa9 100644 --- a/test/lib/Makefile +++ b/test/lib/Makefile @@ -7,6 +7,7 @@ obj-$(CONFIG_EFI_LOADER) += efi_device_path.o obj-$(CONFIG_EFI_SECURE_BOOT) += efi_image_region.o obj-y += hexdump.o obj-y += lmb.o +obj-y += longjmp.o obj-$(CONFIG_CONSOLE_RECORD) += test_print.o obj-$(CONFIG_SSCANF) += sscanf.o obj-y += string.o -- cgit v1.2.3