test: Move do_autoprobe() to test_pre_run()
authorSimon Glass <sjg@chromium.org>
Mon, 8 Mar 2021 00:34:51 +0000 (17:34 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 12 Mar 2021 14:57:29 +0000 (09:57 -0500)
commit4b8b27e3d2f0825c58f9982b36cf941ad007cbda
tree4472a2e24e2feb5a91b0b5db836190ae0cb19387
parentd8ed234b29d070b980a5335e72ebd26cb923ae66
test: Move do_autoprobe() to test_pre_run()

Move this step over to the pre-run function.

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