]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Merge patch series "test: Tidy up the test/ directory"
authorTom Rini <trini@konsulko.com>
Wed, 13 Nov 2024 17:59:07 +0000 (11:59 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 13 Nov 2024 22:02:58 +0000 (16:02 -0600)
Simon Glass <sjg@chromium.org> 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
1  2 
test/boot/bootm.c
test/cmd/Makefile
test/common/bloblist.c
test/lib/Makefile
test/test-main.c

Simple merge
Simple merge
Simple merge
index 7146ffa1b1f37901243a1d141fa5b317d6016ebb,217c3baf88142d20a4951799bd32a7a8c9553e05..f516d0017476b7f121e2d5f00fdb1442b178b19e
@@@ -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
Simple merge