Integration Tests

1 ยท Philipp Oppermann ยท June 15, 2018, midnight
To complete the testing picture we implement a basic integration test framework, which allows us to run tests on the target system. The idea is to run tests inside QEMU and report the results back to the host through the serial port. This blog is openly developed on GitHub. If you have any problems or questions, please open an issue there. You can also leave comments at the bottom. The complete source code for this post can be found in the post-05 branch. ๐Ÿ”— Requirements This post builds upon t...