support/testing: add build tests for the syslinux bootloader
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 24 Mar 2020 14:23:56 +0000 (15:23 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 4 Apr 2020 21:07:36 +0000 (23:07 +0200)
commite9b393c6762fef195ebd9c3f7deacdedc5382e11
tree0b9a3fb75ac91e53e72c9b1c0ff050fd46c102c5
parent6d5da6d9169dfcd6154357ab6bdecb36b5d413c3
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>
.gitlab-ci.yml
DEVELOPERS
support/testing/tests/boot/test_syslinux.py [new file with mode: 0644]