]> git.lizzy.rs Git - rust.git/commit
Add --test-threads option to test binaries
authorJupp Müller <jupp0r@gmail.com>
Sat, 6 Aug 2016 07:01:12 +0000 (09:01 +0200)
committerJupp Müller <jupp0r@gmail.com>
Sun, 7 Aug 2016 07:41:13 +0000 (09:41 +0200)
commit6ca90942e744f79982a9b485e2367b0ecee14527
treec536d947b467be3c4d5a6e8a7ba20a662712d848
parent4c02363852e6ce41cf2da1b43a32cb7780a9b067
Add --test-threads option to test binaries

This change allows parallelism of test runs to be specified by a
command line flag names --test-threads in addition to the existing
environment variable RUST_TEST_THREADS. Fixes #25636.
man/rustc.1
src/libtest/lib.rs
src/tools/compiletest/src/main.rs