]> git.dujemihanovic.xyz Git - u-boot.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)
commitc79705ea938e40e204ad90e083a0654f0598a772
treee7c298bc4b55ab913fd63468d6892dd184e3f2b9
parent4a467c6de6765a9685d1e3ced95ce141a14dfcf3
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