buildroot/support
Yann E. MORIN cf3cd4388a support/tests: allow properly indented config fragment
Currently, defining a config fragment in the runtime test infra requires
that the fragment not to be indented. This is beark, and causes grievance
when looking at the code (e.g. to fix it).

Just strip out all leading spaces/tabs when writing the configuration
lines into the config file, allowing in-line indented config fragments,
like so:

    class TestFoo(bla):
        config = bla.config + \
            """
            FOO=y
            # BAR is not set
            """

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-07-18 23:46:09 +02:00
..
dependencies
docker
download
gnuconfig
kconfig
legal-info
libtool
misc pkg-cmake: programs are now installed in $(HOST_DIR)/bin 2017-07-05 11:50:21 +02:00
scripts pkg-stats: add exception for nvidia-tegra23.mk 2017-07-06 21:46:04 +02:00
testing support/tests: allow properly indented config fragment 2017-07-18 23:46:09 +02:00