aboutsummaryrefslogtreecommitdiff
path: root/include/test/suites.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-10-01 19:15:12 -0600
committerTom Rini <trini@konsulko.com>2023-12-13 18:39:04 -0500
commit4001e5ab9b9bd4735798477531c68cdf26951d7c (patch)
tree2731ae56bd732010f47a3deeb53787638bd61a6a /include/test/suites.h
parent9565771076c2d4b0193f1741b3990695ac33c1f3 (diff)
test: Add a new suite for commands
Add a new suite for 'cmd' tests, used for testing commands. These are kept in the test/cmd directory. For now it is empty, but it will be used for coreboot-command tests. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/test/suites.h')
-rw-r--r--include/test/suites.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/test/suites.h b/include/test/suites.h
index ad4fc926f4..49224d8ea2 100644
--- a/include/test/suites.h
+++ b/include/test/suites.h
@@ -34,6 +34,7 @@ int do_ut_bootstd(struct cmd_tbl *cmdtp, int flag, int argc,
char *const argv[]);
int do_ut_bloblist(struct cmd_tbl *cmdtp, int flag, int argc,
char *const argv[]);
+int do_ut_cmd(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
int do_ut_common(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
int do_ut_compression(struct cmd_tbl *cmdtp, int flag, int argc,
char *const argv[]);