commit | 8feb5eef64c5e25da2b5392a31024b25b7b57917 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 20 14:25:46 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 24 14:34:40 2025 -0600 |
tree | d71af618d1f8ceae5f727c25b69efd787dcce1ff | |
parent | 05512d6cf974aace471375eca52ef31a98fd65e3 [diff] [blame] |
test: Drop the function for running setexpr 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 8ab2904..f2a72ad 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c
@@ -163,7 +163,7 @@ #endif SUITE(mem), #if defined(CONFIG_SANDBOX) && defined(CONFIG_CMD_SETEXPR) - SUITE_CMD(setexpr, do_ut_setexpr), + SUITE(setexpr), #endif #ifdef CONFIG_MEASURED_BOOT SUITE_CMD(measurement, do_ut_measurement),