add explanation to README

This commit is contained in:
Robert 2016-12-30 11:10:27 -05:00
parent 9181322a3f
commit f026754bd1
1 changed files with 4 additions and 0 deletions

View File

@ -77,6 +77,10 @@ This will build and test the `core`, `codegen`, and `contrib` libraries as well
as all of the examples. This is the script that gets run by Travis CI. To test a
crate individually, run `cargo test --all-features`.
You can also test only certain files by passing a parameter to the testing script.
For example, `.scripts/test.sh hello_world` will run tests only in files that have
`hello_world` in their full path.
### Core
Testing for the core library is done inline in the corresponding module. For