mirror of
https://xff.cz/git/u-boot/
synced 2026-04-10 16:20:44 +02:00
Driver model tests are generally run twice, once with livetree enable and again with it disabled. Add a function to handle this and call it from the driver model test runner. Make ut_run_test() private since it is not used outside test-main.c now. Signed-off-by: Simon Glass <sjg@chromium.org>