diff options
author | Simon Glass <sjg@chromium.org> | 2025-01-20 14:25:38 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-01-24 14:34:40 -0600 |
commit | 3e5e638e62574fa1f9989f2fd35dd9dd7b6d72b5 (patch) | |
tree | fd1346c1ca2205e474a0f873b0a7740ca3ec8bf3 /test/cmd_ut.c | |
parent | 7c012db10608afaa04c784187a1bc8f07b9ac4eb (diff) |
test: Drop the function for running env tests
Use the new suite-runner to run these tests instead.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/cmd_ut.c')
-rw-r--r-- | test/cmd_ut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmd_ut.c b/test/cmd_ut.c index a0905ec54b7..155b187ad4b 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c @@ -136,7 +136,7 @@ static struct suite suites[] = { SUITE(dm), #endif #if defined(CONFIG_UT_ENV) - SUITE_CMD(env, do_ut_env), + SUITE(env), #endif SUITE_CMD(exit, do_ut_exit), #ifdef CONFIG_CMD_FDT |