buildman: Add a lower-level test for KconfigScanner
authorSimon Glass <sjg@chromium.org>
Fri, 8 Nov 2024 15:23:42 +0000 (08:23 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 19 Nov 2024 16:04:47 +0000 (10:04 -0600)
commita63fcdb9a44b786e8a2ea0653356b092b8ac63e6
tree451b43f0e2007ffbb2ef832a38b78c2010045f12
parent895b54998e57a5d099c09915341dd9312e0ad7a7
buildman: Add a lower-level test for KconfigScanner

This code is tested by test_scan_defconfigs() but it is useful to have
some specific tests for the KconfigScanner's operation in U-Boot. Add
a test which checks that the values are obtained correctly.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/func_test.py