From 92cc34712c86427aa68a9960e477c05d476155d4 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 27 Jan 2019 17:03:46 +0100 Subject: [PATCH] Update Readme for `Integration Tests` post --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0d5ce9f1..b4456831 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Blog OS (Unit Testing) +# Blog OS (Integration Tests) -[![Build Status](https://travis-ci.org/phil-opp/blog_os.svg?branch=post-04)](https://travis-ci.org/phil-opp/blog_os/branches) +[![Build Status](https://travis-ci.org/phil-opp/blog_os.svg?branch=post-05)](https://travis-ci.org/phil-opp/blog_os/branches) -This repository contains the source code for the [Unit Testing][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series. +This repository contains the source code for the [Integration Tests][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series. -[post]: https://os.phil-opp.com/unit-testing/ +[post]: https://os.phil-opp.com/integration-tests/ **Check out the [master branch](https://github.com/phil-opp/blog_os) for more information.** @@ -48,7 +48,7 @@ Where `sdX` is the device name of your USB stick. **Be careful** to choose the c ## Testing -To run the unit tests on the host system, execute `cargo test`. +To run the unit tests on the host system, execute `cargo test`. To run the integration tests in [QEMU], run `bootimage test`. ## License The source code is dual-licensed under MIT or the Apache License (Version 2.0).