]> git.baikalelectronics.ru Git - uboot.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)
commit852522d4f6a503c779eab2c19b5ad8b96d98cfd9
tree9619b2f168c9f7b7f62c0c361c4016eb37527602
parent5905911ec2a5d144f90ce1845a84a0b341501192
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