From f026754bd14c989d74f79e31ca0cab2b29b1df1c Mon Sep 17 00:00:00 2001 From: Robert Date: Fri, 30 Dec 2016 11:10:27 -0500 Subject: [PATCH] add explanation to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 91501084..ba18a04e 100644 --- a/README.md +++ b/README.md @@ -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