dm: core: Call dm_scan_other() when setting up for tests
authorSimon Glass <sjg@chromium.org>
Sat, 30 Jul 2022 21:52:26 +0000 (15:52 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 12 Aug 2022 12:17:11 +0000 (08:17 -0400)
commitee8ab07e3039d945889dccd8e8ab7adfb9f8c30c
tree8a5771c2f2560c6429a153d97d59b0e6612a1a72
parent2b80bc1eee28c20173c09ee5d887cce02097552f
dm: core: Call dm_scan_other() when setting up for tests

At present this function is not called, so tests miss out on any devices
created by it. Add it in so that tests can rely on these extra devices.

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