[PATCH v4 07/83] buildman: Add a test for Boards.scan_defconfigs()

Simon Glass sjg at chromium.org
Mon Jul 24 20:46:20 CEST 2023


Add a test for this code. It requires some defconfig files and a test
Kconfig to work with, so copy these into the temporary directory at the
start.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

(no changes since v3)

Changes in v3:
- Add new patch with a test for Boards.scan_defconfigs()

 tools/buildman/func_test.py                  | 37 ++++++++++
 tools/buildman/test/Kconfig                  | 72 ++++++++++++++++++++
 tools/buildman/test/configs/board0_defconfig |  1 +
 tools/buildman/test/configs/board2_defconfig |  1 +
 4 files changed, 111 insertions(+)
 create mode 100644 tools/buildman/test/Kconfig
 create mode 100644 tools/buildman/test/configs/board0_defconfig
 create mode 100644 tools/buildman/test/configs/board2_defconfig

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list