public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/2] test: cmd: Add test for zip/unzip/gzwrite commands
@ 2026-01-29 23:55 Marek Vasut
  2026-01-29 23:55 ` [PATCH v2 1/2] configs: sandbox: Enable zip command Marek Vasut
  2026-01-29 23:55 ` [PATCH v2 2/2] test: cmd: Add test for zip/unzip/gzwrite commands Marek Vasut
  0 siblings, 2 replies; 8+ messages in thread
From: Marek Vasut @ 2026-01-29 23:55 UTC (permalink / raw)
  To: u-boot
  Cc: Marek Vasut, Alexander Graf, Heinrich Schuchardt,
	Ilias Apalodimas, Jerome Forissier, Mattijs Korpershoek,
	Neil Armstrong, Peng Fan, Quentin Schulz, Simon Glass, Tom Rini,
	Yuya Hamamachi

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/20260128194049.278542-1-marek.vasut+renesas@mailbox.org/
https://patchwork.ozlabs.org/project/uboot/patch/20260128194117.278566-1-marek.vasut+renesas@mailbox.org/
https://patchwork.ozlabs.org/project/uboot/patch/20260128194152.278586-1-marek.vasut+renesas@mailbox.org/
https://patchwork.ozlabs.org/project/uboot/patch/20260128194226.278605-1-marek.vasut+renesas@mailbox.org/

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 <agraf@csgraf.de>
Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
Cc: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Cc: Jerome Forissier <jerome@forissier.org>
Cc: Mattijs Korpershoek <mkorpershoek@kernel.org>
Cc: Neil Armstrong <neil.armstrong@linaro.org>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Quentin Schulz <quentin.schulz@cherry.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@konsulko.com>
Cc: Yuya Hamamachi <yuya.hamamachi.sx@renesas.com>
Cc: u-boot@lists.denx.de

-- 
2.51.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-02-04 23:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-29 23:55 [PATCH v2 0/2] test: cmd: Add test for zip/unzip/gzwrite commands Marek Vasut
2026-01-29 23:55 ` [PATCH v2 1/2] configs: sandbox: Enable zip command Marek Vasut
2026-01-30  7:49   ` Mattijs Korpershoek
2026-01-29 23:55 ` [PATCH v2 2/2] test: cmd: Add test for zip/unzip/gzwrite commands Marek Vasut
2026-01-30  7:57   ` Mattijs Korpershoek
2026-02-02 20:03   ` Heinrich Schuchardt
2026-02-03 21:31   ` Simon Glass
2026-02-04 23:44     ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox