We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e491f commit df31868Copy full SHA for df31868
CONTRIBUTING.md
@@ -131,7 +131,7 @@ Some common make targets are:
131
& everything builds in the correct manner.
132
- `make check-stage1-std NO_REBUILD=1` - test the standard library without
133
rebuilding the entire compiler
134
-- `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.
135
- `TESTNAME` should be a substring of the tests to match against e.g. it could
136
be the fully qualified test name, or just a part of it.
137
`TESTNAME=collections::hash::map::test_map::test_capacity_not_less_than_len`
0 commit comments