From: Tom Rini Date: Wed, 13 Nov 2024 17:59:07 +0000 (-0600) Subject: Merge patch series "test: Tidy up the test/ directory" X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-favicon.png?a=commitdiff_plain;h=aa482995a81aff8d9f063e777862f126771f9189;p=u-boot.git Merge patch series "test: Tidy up the test/ directory" Simon Glass says: Some tests do not use the unit-test framework. Others are in a suite of their own, for no obvious reason. This series tidies this up. Link: https://lore.kernel.org/r/20241102193715.432529-1-sjg@chromium.org --- aa482995a81aff8d9f063e777862f126771f9189 diff --cc test/lib/Makefile index 7146ffa1b1,217c3baf88..f516d00174 --- a/test/lib/Makefile +++ b/test/lib/Makefile @@@ -11,9 -14,10 +14,10 @@@ obj-$(CONFIG_EFI_SECURE_BOOT) += efi_im obj-y += hexdump.o obj-$(CONFIG_SANDBOX) += kconfig.o obj-y += lmb.o -obj-y += longjmp.o +obj-$(CONFIG_HAVE_SETJMP) += longjmp.o obj-$(CONFIG_CONSOLE_RECORD) += test_print.o obj-$(CONFIG_SSCANF) += sscanf.o + obj-$(CONFIG_$(XPL_)CMDLINE) += str.o obj-y += string.o obj-y += strlcat.o obj-$(CONFIG_ERRNO_STR) += test_errno_str.o