mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
support/testing: enable lpxelinux for syslinux runtime test
The syslinux runtime test (which is in fact a build-only test) ensures that syslinux does get build at least once a week (via the gitlab-CI weekly pipeline). Runtime testing would need much more work, though, but nothing in syslinux is currently runtime tested anyway. Reported-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Yann E. MORIN <yann.morin@orange.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
901b9e19ed
commit
a6ddf2b91d
@@ -21,6 +21,7 @@ class TestSysLinuxBase(infra.basetest.BRTest):
|
||||
"""
|
||||
BR2_TARGET_SYSLINUX=y
|
||||
BR2_TARGET_SYSLINUX_ISOLINUX=y
|
||||
BR2_TARGET_SYSLINUX_LPXELINUX=y
|
||||
BR2_TARGET_SYSLINUX_PXELINUX=y
|
||||
BR2_TARGET_SYSLINUX_MBR=y
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user