Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 568 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 568 Bytes

maestro-test

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.

Build an image

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