Update TESTNAME description

This commit is contained in:
Ryan Thomas 2016-02-02 10:58:59 +11:00
parent a5e491fa92
commit df31868cac
1 changed files with 1 additions and 1 deletions

View 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`