[PATCH 02/34] test: Add a new suite for commands

Simon Glass sjg at chromium.org
Wed Dec 13 21:39:42 CET 2023


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 at chromium.org>
---

 include/test/cmd.h    | 15 +++++++++++++++
 include/test/suites.h |  1 +
 test/cmd/Makefile     |  2 ++
 test/cmd/cmd_ut_cmd.c | 21 +++++++++++++++++++++
 test/cmd_ut.c         |  6 ++++++
 5 files changed, 45 insertions(+)
 create mode 100644 include/test/cmd.h
 create mode 100644 test/cmd/cmd_ut_cmd.c

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list