]> git.baikalelectronics.ru Git - uboot.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)
commit6abc56a3c0793f7c78dc69593e857e09bdfca115
treed6f43333ce2926a4acc8b36316eed21ba42938b4
parent07088cb0e78bfd8697f89618b156e69a7f15a5d6
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