On Wed, 16 Apr 2025 at 16:40, Heinrich Schuchardt <heinrich.schucha...@canonical.com> wrote: > > Check that configuration fragments provided to buildman as comma > separated list are passed on to the make command of the builder. > > In the %_defconfig: target of scripts/kconfig/Makefile the defconfig > file and the fragments are combined via the gcc preprocessor. > Modeling this step in the buildman testbench without invoking the actual > Makefile would not provide better test coverage. > > Signed-off-by: Heinrich Schuchardt <heinrich.schucha...@canonical.com> > --- > v2: > new patch > --- > tools/buildman/func_test.py | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) >
Reviewed-by: Simon Glass <s...@chromium.org>