commit | 82f00f2e5456d2650f1f691052b312ae4269fed9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 20 14:25:37 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 24 14:34:40 2025 -0600 |
tree | f8ca57e3a11eceb18a26a8fc6f2deff4b42549ee | |
parent | bc39468a7c903c35ca6f4f7529e3c9f62a4eba8a [diff] [blame] |
test: Drop the function for running dm tests Use the new suite-runner to run these tests instead. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/test/cmd_ut.c b/test/cmd_ut.c index 1fda67a..a0905ec 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c
@@ -133,7 +133,7 @@ #endif SUITE(common), #if defined(CONFIG_UT_DM) - SUITE_CMD(dm, do_ut_dm), + SUITE(dm), #endif #if defined(CONFIG_UT_ENV) SUITE_CMD(env, do_ut_env),