Enable zip command in sandbox so it is always build tested.
Add simple test for zip/unzip/gzwrite commands so they are
unit tested.

DEPENDS:
https://patchwork.ozlabs.org/project/uboot/patch/[email protected]/
https://patchwork.ozlabs.org/project/uboot/patch/[email protected]/
https://patchwork.ozlabs.org/project/uboot/patch/[email protected]/
https://patchwork.ozlabs.org/project/uboot/patch/[email protected]/

Marek Vasut (2):
  configs: sandbox: Enable zip command
  test: cmd: Add test for zip/unzip/gzwrite commands

 arch/sandbox/dts/test.dts   |   7 ++
 common/Kconfig              |   2 +-
 configs/sandbox64_defconfig |   1 +
 configs/sandbox_defconfig   |   1 +
 test/cmd/Makefile           |   4 ++
 test/cmd/unzip.c            | 123 ++++++++++++++++++++++++++++++++++++
 test/py/tests/test_ut.py    |   6 ++
 7 files changed, 143 insertions(+), 1 deletion(-)
 create mode 100644 test/cmd/unzip.c

---
Cc: Alexander Graf <[email protected]>
Cc: Heinrich Schuchardt <[email protected]>
Cc: Ilias Apalodimas <[email protected]>
Cc: Jerome Forissier <[email protected]>
Cc: Mattijs Korpershoek <[email protected]>
Cc: Neil Armstrong <[email protected]>
Cc: Peng Fan <[email protected]>
Cc: Quentin Schulz <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Yuya Hamamachi <[email protected]>
Cc: [email protected]

-- 
2.51.0

Reply via email to