]> git.lizzy.rs Git - rust.git/blobdiff - CONTRIBUTING.md
Add emscripten support to compiletest
[rust.git] / CONTRIBUTING.md
index 3f9a5a0430554fe9cb766d1953a9d44c166211e2..609bf03fb6c91ba8e2f978bb62e0d5dedcfb693d 100644 (file)
@@ -131,7 +131,7 @@ Some common make targets are:
   & everything builds in the correct manner.
 - `make check-stage1-std NO_REBUILD=1` - test the standard library without
   rebuilding the entire compiler
-- `make check TESTNAME=<substring-of-test-name>` - Run a single test file
+- `make check TESTNAME=<substring-of-test-name>` - Run a matching set of tests.
   - `TESTNAME` should be a substring of the tests to match against e.g. it could 
     be the fully qualified test name, or just a part of it. 
     `TESTNAME=collections::hash::map::test_map::test_capacity_not_less_than_len`