support/testing: add toolchain tests
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 20 Mar 2017 20:36:54 +0000 (21:36 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 7 May 2017 20:04:54 +0000 (22:04 +0200)
commitfb71372d5f59de5ae3eaece431fcfb007b264008
tree80f91d38006d1d34f068b922efce7e83c64ad383
parent8db88df8c9488b6aacb21d4af87b39653e2154e7
support/testing: add toolchain tests

This commit adds an initial toolchain test case, testing the ARM
CodeSourcery toolchain, just checking that the proper sysroot is used,
and that a minimal Linux system boots fine under Qemu.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/testing/tests/toolchain/__init__.py [new file with mode: 0644]
support/testing/tests/toolchain/test_external.py [new file with mode: 0644]