mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 23:07:50 +00:00
Use zola's page_template feature
This commit is contained in:
@@ -3,7 +3,7 @@ title = "Unit Testing"
|
||||
weight = 4
|
||||
path = "unit-testing"
|
||||
date = 2018-04-29
|
||||
template = "second-edition/page.html"
|
||||
|
||||
+++
|
||||
|
||||
This post explores unit testing in `no_std` executables using Rust's built-in test framework. We will adjust our code so that `cargo test` works and add some basic unit tests to our VGA buffer module.
|
||||
|
||||
Reference in New Issue
Block a user