support/testing: add build tests for the syslinux bootloader

This commit adds four new tests for the syslinux bootloader:

 - Building on x86, for legacy BIOS
 - Building on x86, for EFI BIOS
 - Building on x86-64, for legacy BIOS
 - Building on x86-64, for EFI BIOS

Runtime testing in Qemu would certainly be possible, but is left as a
future addition to these tests.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Thomas Petazzoni
2020-03-24 15:23:56 +01:00
parent 6d5da6d916
commit e9b393c676
3 changed files with 88 additions and 0 deletions

View File

@@ -2517,6 +2517,7 @@ F: package/scons/
F: package/squashfs/
F: package/wayland/
F: package/weston/
F: support/testing/tests/boot/test_syslinux.py
F: toolchain/
N: Timo Ketola <timo.ketola@exertus.fi>