mirror of
https://xff.cz/git/u-boot/
synced 2026-01-05 21:49:18 +01: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>