]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Add a test for Boards.scan_defconfigs()
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:48:15 +0000 (17:48 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:10 +0000 (09:34 -0600)
commit3350d34fb5d65c1f6c2e47b4d8d955de8cea8658
tree3edf0e972d040dbf9e1cea2bdc39cc9867eb1eaa
parentb27e9891973ad855251ea9c64ac163319f950849
buildman: Add a test for Boards.scan_defconfigs()

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@chromium.org>
tools/buildman/func_test.py
tools/buildman/test/Kconfig [new file with mode: 0644]
tools/buildman/test/configs/board0_defconfig [new file with mode: 0644]
tools/buildman/test/configs/board2_defconfig [new file with mode: 0644]