bootloader icon indicating copy to clipboard operation
bootloader copied to clipboard

Unit test improvements

Open jasoncouture opened this issue 2 years ago • 1 comments

During development of #302 tftp boots broke.

This caused the tests to hang, and never display the tftp failure panic.

I propose the following changes:

  1. Add support for bootloader panic hander that uses the qemu exit port during tests.
  2. Write a macro that splits the tests into _bios, _uefi, and _tftp

jasoncouture avatar Jan 03 '23 12:01 jasoncouture

Sounds reasonable to me!

phil-opp avatar Jan 03 '23 13:01 phil-opp