]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Move restoring of driver model state to ut_run_list()
authorSimon Glass <sjg@chromium.org>
Mon, 8 Mar 2021 00:35:08 +0000 (17:35 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 12 Mar 2021 14:57:30 +0000 (09:57 -0500)
commit664277f1060c24aef29f7ea77b6081e3ccc5db46
tree9619b2f168c9f7b7f62c0c361c4016eb37527602
parent1fc9c12210bba815d10e9261fc3602e3a6a73f8e
test: Move restoring of driver model state to ut_run_list()

Add this functionality to ut_run_list() so it can be removed from
dm_test_run().

At this point all tests are run through ut_run_list().

Signed-off-by: Simon Glass <sjg@chromium.org>
test/dm/test-dm.c
test/test-main.c