]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Drop dm_do_test()
authorSimon Glass <sjg@chromium.org>
Mon, 8 Mar 2021 00:35:02 +0000 (17:35 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 12 Mar 2021 14:57:30 +0000 (09:57 -0500)
commitc169d542bbecb02b04e39ed3424a88a0bd0b7620
tree0864a420a4a1724992ae1bcc646874dff4978b17
parentca44ca0556a29934de6356cd70a1b10f9a13c15c
test: Drop dm_do_test()

In an effort to make use of a common test runner, use ut_run_test()
directly to run driver model tests.

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