]> git.dujemihanovic.xyz Git - u-boot.git/commit
command: test: Move into the cmd suite
authorSimon Glass <sjg@chromium.org>
Sat, 2 Nov 2024 19:36:52 +0000 (13:36 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 13 Nov 2024 17:56:01 +0000 (11:56 -0600)
commitc25b35b6c6da208621e0ac61e46a4fad4337c092
treef3c2b0cf9f99b3ded444d1934e8707a8670317c2
parenta6165509f24288f04a486609af26a040fb9c247d
command: test: Move into the cmd suite

The command test was the very first test written in U-Boot, some 12
years ago. It predates the unit-test subsystem and was never converted
over.

There is no particular need for the command test to have its own
command. It is also confusing to have it separate from the normal test
suites. At present this test is not run in CI.

Move it into the cmd suite instead, updating it to become a unit test.
One of the checks is dropped to avoid an error.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Tom Rini <trini@konsulko.com> # rpi_3, rpi_4, rpi_arm64, am64x_evm_a53, am64-sk
test/cmd/command.c