]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Add a new suite for commands
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:15:12 +0000 (19:15 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 23:39:04 +0000 (18:39 -0500)
commit4001e5ab9b9bd4735798477531c68cdf26951d7c
tree2731ae56bd732010f47a3deeb53787638bd61a6a
parent9565771076c2d4b0193f1741b3990695ac33c1f3
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>
include/test/cmd.h [new file with mode: 0644]
include/test/suites.h
test/cmd/Makefile
test/cmd/cmd_ut_cmd.c [new file with mode: 0644]
test/cmd_ut.c