diff options
author | Simon Glass <sjg@chromium.org> | 2025-02-07 11:30:49 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-02-11 20:10:59 -0600 |
commit | 7e1c6bd0778baffd90164e69f1d5f8ea8729a5ae (patch) | |
tree | 0b058c0f56e64ca36bf46bef373eb3eed9c67f47 /test/cmd_ut.c | |
parent | c7326f969178ab2a231944f09d9bfec52f053f44 (diff) |
test: Drop the function for running bootstd 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 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/cmd_ut.c b/test/cmd_ut.c index c4a42ee2e20..1885c78be41 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c @@ -125,9 +125,7 @@ static struct suite suites[] = { SUITE(bdinfo, "bdinfo (board info) command"), SUITE(bloblist, "bloblist implementation"), SUITE(bootm, "bootm command"), -#ifdef CONFIG_UT_BOOTSTD - SUITE_CMD(bootstd, do_ut_bootstd, "standard boot implementation"), -#endif + SUITE(bootstd, "standard boot implementation"), SUITE(cmd, "various commands"), SUITE(common, "tests for common/ directory"), SUITE(dm, "driver model"), |