maestro-test
is a test suite for Maestro.
It is meant to test each feature of the kernel to ensure no regression has been made. It may be run by continuous integration.
The test suite reports its results through the serial port.
To use the test suite, one must first build a disk image.
This can be done with the build.sh
script:
./build.sh
This script produces the disk
file, which can then be used by QEMU with the following option:
-drive file=disk,format=raw