From: Aleksey Kladov Date: Thu, 16 Feb 2017 10:17:30 +0000 (+0300) Subject: Allow to run several integration tests X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~9^2~144^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3ae438d2b6bafccc496f35c2356efadd8fbbd128;p=cargo.git Allow to run several integration tests --- diff --git a/src/bin/test.rs b/src/bin/test.rs index 5f7f9eb8c..0dbe81f3d 100644 --- a/src/bin/test.rs +++ b/src/bin/test.rs @@ -41,10 +41,10 @@ Options: -h, --help Print this message --lib Test only this package's library --doc Test only this library's documentation - --bin NAME Test only the specified binary - --example NAME Test only the specified example - --test NAME Test only the specified integration test target - --bench NAME Test only the specified benchmark target + --bin NAME ... Test only the specified binaries + --example NAME ... Test only the specified examples + --test NAME ... Test only the specified integration test targets + --bench NAME ... Test only the specified benchmark targets --no-run Compile, but don't run tests -p SPEC, --package SPEC ... Package to run tests for --all Test all packages in the workspace