Improve introductions of various posts

This commit is contained in:
Philipp Oppermann
2018-07-26 19:15:50 +02:00
parent f551116714
commit a2d99bb52e
5 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ date = 2018-06-15
template = "second-edition/page.html"
+++
In this post we complete the testing picture by implementing 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.
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.
<!-- more -->