]> git.baikalelectronics.ru Git - uboot.git/commit
test: Move dm_test_init() into test-main.c
authorSimon Glass <sjg@chromium.org>
Mon, 8 Mar 2021 00:34:58 +0000 (17:34 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 12 Mar 2021 14:57:30 +0000 (09:57 -0500)
commit053b3b1895dd749dd93252250897464b51f7a3d4
treee7c298bc4b55ab913fd63468d6892dd184e3f2b9
parent8e4f7cc54f0226cf9fdb8652d644d8e52867e012
test: Move dm_test_init() into test-main.c

Move this function into test-main so that all the init is in one place.
Rename it so that its purpose is clearer.

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