]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: Fix SPL tests not being run
authorSean Anderson <sean.anderson@seco.com>
Fri, 29 Sep 2023 16:06:54 +0000 (12:06 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 9 Oct 2023 19:24:31 +0000 (15:24 -0400)
commit3f876cb7c57511174d1b6a3e089443ccbaf236ec
tree422a1ac1688b75a6c4edcbaa2024346acbaddfb8
parente483a7c8fff23d5aab27937f6054c883f99c8680
test: Fix SPL tests not being run

SPL doesn't have OF_LIVE enabled, so we can only run tests with a flat
tree. Don't skip them even if they don't use the devicetree.

Fixes: 6ec5178c0ef ("test: Skip flat-tree tests if devicetree is not used")
Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/test-main.c