summaryrefslogtreecommitdiff
path: root/test/lib/Makefile
diff options
context:
space:
mode:
authorHeinrich Schuchardt <[email protected]>2021-03-23 19:11:27 +0100
committerLeo Yu-Chi Liang <[email protected]>2021-04-08 15:37:29 +0800
commitf709a0b6f9c986e2a921435d095fc498949b53fa (patch)
treeaead68051e472b49fbcaa740fb91cf45b100f0f1 /test/lib/Makefile
parenta718e2aed52a135f7a6a8745a49e4f5bdff49ecf (diff)
test: unit test for longjmp
Provide a unit test for the longjmp() library function Signed-off-by: Heinrich Schuchardt <[email protected]> Acked-by: Sean Anderson <[email protected]>
Diffstat (limited to 'test/lib/Makefile')
-rw-r--r--test/lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/Makefile b/test/lib/Makefile
index 97c11e35a88..a30f615aa9c 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