mbox series

[v1,0/2] Enable UNIT_TEST for all qemu* generic targets

Message ID 20250416135744.1995084-1-jerome.forissier@linaro.org
Headers show
Series Enable UNIT_TEST for all qemu* generic targets | expand

Message

Jerome Forissier April 16, 2025, 1:57 p.m. UTC
Enable CONFIG_UNIT_TEST in most of the configs/qemu*_defconfig files
to increase test coverage in CI, and fix what needs to be fixed.


Jerome Forissier (2):
  test: run some test commands only if HUSH_PARSER is enabled
  configs: enable CONFIG_UNIT_TEST for all qemu* generic targets

 configs/qemu-arm-sbsa_defconfig      |  1 +
 configs/qemu-ppce500_defconfig       |  1 +
 configs/qemu-riscv32_defconfig       |  1 +
 configs/qemu-riscv32_smode_defconfig |  1 +
 configs/qemu-riscv32_spl_defconfig   |  1 +
 configs/qemu-riscv64_defconfig       |  1 +
 configs/qemu-riscv64_smode_defconfig |  1 +
 configs/qemu-riscv64_spl_defconfig   |  1 +
 configs/qemu-x86_64_defconfig        |  1 +
 configs/qemu_arm64_defconfig         |  1 +
 test/cmd/command.c                   | 31 ++++++++++++++--------------
 11 files changed, 26 insertions(+), 15 deletions(-)

Comments

Tom Rini April 22, 2025, 9:08 p.m. UTC | #1
On Wed, 16 Apr 2025 15:57:29 +0200, Jerome Forissier wrote:

> Enable CONFIG_UNIT_TEST in most of the configs/qemu*_defconfig files
> to increase test coverage in CI, and fix what needs to be fixed.
> 
> 
> Jerome Forissier (2):
>   test: run some test commands only if HUSH_PARSER is enabled
>   configs: enable CONFIG_UNIT_TEST for all qemu* generic targets
> 
> [...]

Applied to u-boot/master, thanks!

[1/2] test: run some test commands only if HUSH_PARSER is enabled
      commit: 83fc6005cdaf703ff26d635d72bcccf2081ad5d8
[2/2] configs: enable CONFIG_UNIT_TEST for all qemu* generic targets
      commit: 753b7219c23191cb2a6468cd1acbfaeccf1380a2