u-boot/test/lib
Simon Glass 631d8a34f3 test: lmb: Move tests into the lib suite
These tests are marked as driver model tests, but have nothing to do
with driver model. As a result, they are run as part of 'ut dm' which
only exists for sandbox.

Move them to the 'lib' suite and drop the requirement for initing
devices, since they don't use devices.

Also put the lib_test_lmb_max_regions() macro inside the same #ifdef
as its function, to avoid a build error if the condition is false.

Signed-off-by: Simon Glass <sjg@chromium.org>
2023-12-13 18:39:05 -05:00
..
abuf.c abuf: Allow incrementing the size 2023-08-25 13:54:33 -04:00
asn1.c test: fix a couple NULL vs IS_ERR() checks 2023-08-08 17:41:52 -04:00
cmd_ut_lib.c test: Add a macros for finding tests in linker_lists 2021-03-12 09:57:30 -05:00
efi_device_path.c test: unit test for efi_dp_check_length() 2020-08-24 16:37:53 +02:00
efi_image_region.c test: provide tests for efi_image_region_add() 2020-07-03 18:03:41 +02:00
getopt.c test: Add a test for getopt 2020-10-30 10:56:11 -04:00
hexdump.c test: call hexdump tests via ut lib 2019-04-22 18:13:21 -04:00
Kconfig test: improve configuration for Kconfig test options 2023-04-25 15:31:27 -04:00
kconfig_spl.c test: Wrap assert macros in ({ ... }) and fix missing semicolons 2023-03-14 16:08:51 -06:00
kconfig.c sandbox: Move the bloblist down a little in memory 2023-10-06 14:38:13 -04:00
lmb.c test: lmb: Move tests into the lib suite 2023-12-13 18:39:05 -05:00
longjmp.c test: unit test for longjmp 2021-04-08 15:37:29 +08:00
Makefile lib: uuid: introduce testcase for uuid_str_to_le_bin 2023-08-08 10:22:03 -04:00
rsa.c test: add rsa_verify() unit test 2020-03-12 08:20:39 -04:00
sscanf.c lib: sscanf: add sscanf implementation 2020-08-14 15:18:30 -04:00
string.c lib: Add memdup() 2021-10-08 15:53:26 -04:00
strlcat.c Revert "lib: string: Fix strlcpy return value", fix callers 2023-08-08 17:05:43 -04:00
test_aes.c common: Drop net.h from common header 2020-05-18 17:33:31 -04:00
test_crc8.c test: unit test for crc8 2023-03-13 13:56:14 +01:00
test_crypt.c lib: wrap crypt API to hide errno usage 2021-07-23 13:36:20 -04:00
test_errno_str.c test: provide test for errno_str() 2019-10-31 07:22:53 -04:00
test_print.c display_options: print_size: Fix order overflow 2022-09-23 15:13:18 -04:00
uuid.c lib: uuid: introduce testcase for uuid_str_to_le_bin 2023-08-08 10:22:03 -04:00