commit | ca44ca0556a29934de6356cd70a1b10f9a13c15c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Mar 07 17:35:01 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 12 09:57:30 2021 -0500 |
tree | 915c94e387f6f32330070c14dea900a33daf7104 | |
parent | 99a88fe1bd98ad800ec0460e3174c2a846a991fe [diff] |
test: Use ut_run_test() to run driver model tests Instead of having a separate function for running driver model tests, use the common one. Make the pre/post-run functions private since we don't need these outside of test-main.c Signed-off-by: Simon Glass <sjg@chromium.org>