Hi Heinrich, On Sat, 9 Nov 2019 at 01:44, Heinrich Schuchardt <[email protected]> wrote: > > Activate UEFI unit tests on the sandbox. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > configs/sandbox64_defconfig | 1 + > configs/sandbox_defconfig | 1 + > configs/sandbox_flattree_defconfig | 1 + > configs/sandbox_spl_defconfig | 1 + > 4 files changed, 4 insertions(+)
Unfortunately this slows down the testing too much, nearly doubling the time in my tests. I think the EFI console tests need to be modified to run in C instead of all the drain_console() and p.timeout stuff. We need an effort to speed up the tests, but certainly cannot make them any slower. Regards, Simon

