]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Move the devicetree check into ut_run_list()
authorSimon Glass <sjg@chromium.org>
Mon, 8 Mar 2021 00:35:07 +0000 (17:35 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 12 Mar 2021 14:57:30 +0000 (09:57 -0500)
commit1fc9c12210bba815d10e9261fc3602e3a6a73f8e
tree7224f28212a0bc7707bd122bb9b06eca0583c11b
parent45d191af0218e8a4f7a760f932223c5a9bc55765
test: Move the devicetree check into ut_run_list()

Add a check to ut_run_list() as to whether a list has driver model tests.
Move the logic for the test devicetree into that function, in an effort
to eventually remove all logic from dm_test_run().

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