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

There is no particular need for compression to have its own test suite.
Move it into the lib suite instead.

Add the missing help for 'common' and update the docs.

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
include/test/compression.h [deleted file]
test/cmd_ut.c
test/lib/compression.c