]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Use ut_run_test() to run driver model tests
authorSimon Glass <sjg@chromium.org>
Mon, 8 Mar 2021 00:35:01 +0000 (17:35 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 12 Mar 2021 14:57:30 +0000 (09:57 -0500)
commitca44ca0556a29934de6356cd70a1b10f9a13c15c
tree915c94e387f6f32330070c14dea900a33daf7104
parent99a88fe1bd98ad800ec0460e3174c2a846a991fe
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>
include/test/ut.h
test/dm/test-dm.c
test/test-main.c