commit | 436687e095db50d18d866821ef7a06858a9d749e | [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 | 5517edb7892237911abf14b9ab481ffd07b787cb [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>