[PATCH v2 3/3] buildman: unit test for configuration fragments

Simon Glass sjg at chromium.org
Thu Apr 17 23:37:29 CEST 2025


On Wed, 16 Apr 2025 at 16:40, Heinrich Schuchardt
<heinrich.schuchardt at 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.schuchardt at canonical.com>
> ---
> v2:
>         new patch
> ---
>  tools/buildman/func_test.py | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
>

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


More information about the U-Boot mailing list