commit | 78dca0004cea7fc2ddd04edef09e86c2258dcf84 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 08 08:23:42 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 19 10:04:47 2024 -0600 |
tree | 451b43f0e2007ffbb2ef832a38b78c2010045f12 | |
parent | 09d2e32cd37ca6ba24c729cf44ae4ab17ae40fd8 [diff] |
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>