]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: lmb: Move tests into the lib suite
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:15:21 +0000 (19:15 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 23:39:05 +0000 (18:39 -0500)
commit631d8a34f3f6daafe489bff9a04f398ffbf35f8f
tree3802dd7fef7ba32d358e2dd41e0b0d61cd6bee49
parent14f0cc49dfede009645b6b897463afa3385b45b8
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>
test/lib/lmb.c