Add some documentation for mdbook test

This commit is contained in:
Steve Klabnik 2015-12-29 17:58:56 -05:00
parent b40688c880
commit e8436d2fd2
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# The test command
Its nice to be able to ensure that examples in documentation are current.
mdBook supports a test command, which will use Rustdoc to test out examples:
```bash
$ mdbook test
[*]: Testing file: "/mdBook/book-example/src/README.md”
```