mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Update Readme for Testing post
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
# Blog OS (Unit Testing)
|
# Blog OS (Testing)
|
||||||
|
|
||||||
[](https://dev.azure.com/phil-opp/blog_os/_build?definitionId=1)
|
[](https://dev.azure.com/phil-opp/blog_os/_build?definitionId=1)
|
||||||
|
|
||||||
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 [Testing][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/testing/
|
||||||
|
|
||||||
**Check out the [master branch](https://github.com/phil-opp/blog_os) for more information.**
|
**Check out the [master branch](https://github.com/phil-opp/blog_os) for more information.**
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Where `sdX` is the device name of your USB stick. **Be careful** to choose the c
|
|||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
To run the unit tests on the host system, execute `cargo test`.
|
To run the unit and integration tests, execute `cargo xtest`.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
The source code is dual-licensed under MIT or the Apache License (Version 2.0).
|
The source code is dual-licensed under MIT or the Apache License (Version 2.0).
|
||||||
|
|||||||
Reference in New Issue
Block a user