configs: enable CONFIG_UNIT_TEST for all qemu* generic targets
authorJerome Forissier <jerome.forissier@linaro.org>
Wed, 16 Apr 2025 13:57:31 +0000 (15:57 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 22 Apr 2025 18:26:41 +0000 (12:26 -0600)
commit753b7219c23191cb2a6468cd1acbfaeccf1380a2
tree0835872e472a8bddd79945ba3ccaaae90d9bcd7f
parent83fc6005cdaf703ff26d635d72bcccf2081ad5d8
configs: enable CONFIG_UNIT_TEST for all qemu* generic targets

The qemu* "generic" targets (i.e. not those emulating a particular
board) are typically used for testing as many features as possible,
especially in CI so it makes sense to have UNIT_TEST enabled for
all of the defconfigs for these targets.

Not enabling UNIT_TEST in qemu-x86_defconfig due to:

    LD      u-boot
  ld.bfd: section .rel.dyn VMA wraps around address space
  ld.bfd: section .start16 LMA [fffff800,fffff86f] overlaps section .rel.dyn LMA [ffffb77c,0002ac93]
  make: *** [Makefile:1824: u-boot] Error 1

Suggested-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
configs/qemu-arm-sbsa_defconfig
configs/qemu-ppce500_defconfig
configs/qemu-riscv32_defconfig
configs/qemu-riscv32_smode_defconfig
configs/qemu-riscv32_spl_defconfig
configs/qemu-riscv64_defconfig
configs/qemu-riscv64_smode_defconfig
configs/qemu-riscv64_spl_defconfig
configs/qemu-x86_64_defconfig
configs/qemu_arm64_defconfig