diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-07-06 18:06:30 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-07-06 18:06:30 -0400 |
| commit | 29aabcc7c4f43ccd2b032d1764f3052666487504 (patch) | |
| tree | 38688a0134f69ee82510e4b6876f410da1a4dd7a | |
| parent | 58d0f28057abdba9e2cd04088bc65dff5a676377 (diff) | |
| parent | 8cb1faaa907395d9bcf81919d7e94f3b7560dccf (diff) | |
| download | rust-29aabcc7c4f43ccd2b032d1764f3052666487504.tar.gz rust-29aabcc7c4f43ccd2b032d1764f3052666487504.zip | |
Rollup merge of #26825 - steveklabnik:gh24802, r=alexcrichton
Fixes #24802
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0bcb3219858..7bf144c7133 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -108,6 +108,10 @@ will run all the tests on every platform we support. If it all works out, [merge-queue]: http://buildbot.rust-lang.org/homu/queue/rust +Speaking of tests, Rust has a comprehensive test suite. More information about +it can be found +[here](https://github.com/rust-lang/rust-wiki-backup/blob/master/Note-testsuite.md). + ## Writing Documentation Documentation improvements are very welcome. The source of `doc.rust-lang.org` |
