kumquat-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 Globally replace $(HOST_DIR)/usr/bin with $(HOST_DIR)/bin 2017-07-05 15:19:29 +02:00
docker support: add Dockerfile for CI 2017-07-02 23:45:24 +02:00
download
gnuconfig
kconfig
legal-info legal-info: add hash for our own license file 2017-07-05 16:31:40 +02:00
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