summaryrefslogtreecommitdiff
path: root/include/test
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2025-02-07 11:30:49 -0700
committerTom Rini <trini@konsulko.com>2025-02-11 20:10:59 -0600
commit7e1c6bd0778baffd90164e69f1d5f8ea8729a5ae (patch)
tree0b058c0f56e64ca36bf46bef373eb3eed9c67f47 /include/test
parentc7326f969178ab2a231944f09d9bfec52f053f44 (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 'include/test')
-rw-r--r--include/test/suites.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/test/suites.h b/include/test/suites.h
index 78f5cdb4bdf..692633dcaa4 100644
--- a/include/test/suites.h
+++ b/include/test/suites.h
@@ -34,8 +34,6 @@ int cmd_ut_category(struct unit_test_state *uts, const char *name,
const char *prefix, struct unit_test *tests, int n_ents,
int argc, char *const argv[]);
-int do_ut_bootstd(struct unit_test_state *uts, struct cmd_tbl *cmdtp, int flag,
- int argc, char *const argv[]);
int do_ut_optee(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
#endif /* __TEST_SUITES_H__ */