support/testing: add tests for musl and uclibc toolchains
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 2 Jul 2017 09:40:34 +0000 (11:40 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 5 Jul 2017 10:20:05 +0000 (12:20 +0200)
commit8bbc37e933e93742f5e9cb7d4571667a44bcbbd7
tree3af85a4c07dae706d8007894d8630c45207402ae
parent9c9e076a9fcea33dd08ca6d184d3ed4b1d66b4f8
support/testing: add tests for musl and uclibc toolchains

These tests simply build a system with musl and uclibc toolchains, and
boot them under qemu. It allows to minimally validate that our support
for musl/uclibc external toolchains is working. We already had some
tests covering glibc toolchains, so we can now easily test that all
three C libraries are supported.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
This commit is part of the series, as I've written/used those tests to
validate that things are still working correctly with all of glibc,
uclibc and musl toolchains.
.gitlab-ci.yml
support/testing/tests/toolchain/test_external.py