]> git.dujemihanovic.xyz Git - u-boot.git/commit
fdt: Start a test for the fdt command
authorSimon Glass <sjg@chromium.org>
Wed, 13 Jul 2022 12:06:59 +0000 (06:06 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 26 Jul 2022 08:30:56 +0000 (02:30 -0600)
commit747244840b647991844556284aacdb3857440861
treed6f43333ce2926a4acc8b36316eed21ba42938b4
parent281996110c1f42b5476e43040798cb38169b6119
fdt: Start a test for the fdt command

Add a basic test of the 'fdt addr' command, to kick things off.

This includes a new convenience function to run a command from a printf()
string.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/cli.c
include/command.h
include/test/suites.h
test/cmd/Makefile
test/cmd/fdt.c [new file with mode: 0644]
test/cmd_ut.c