commit | d2281bb09b0ebf580f8efe23c84c240a2f3ea9bb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Mar 07 17:35:03 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 12 09:57:30 2021 -0500 |
tree | bcb418ce6d700444bad4f3b9992a21b91166b21f | |
parent | c169d542bbecb02b04e39ed3424a88a0bd0b7620 [diff] |
test: Add ut_run_test_live_flat() to run tests twice 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>