Use zola's page_template feature

This commit is contained in:
Philipp Oppermann
2019-03-14 12:58:10 +01:00
parent c655a61290
commit 82256aaa2f
16 changed files with 15 additions and 14 deletions

View File

@@ -3,7 +3,7 @@ title = "Integration Tests"
weight = 5
path = "integration-tests"
date = 2018-06-15
template = "second-edition/page.html"
+++
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.