From: bors Date: Fri, 17 Feb 2017 18:38:07 +0000 (+0000) Subject: Auto merge of #3716 - matklad:multi-tests, r=alexcrichton X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~9^2~144 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3dfe72fa82e8e69bde1149fb453c1799a7d8dead;p=cargo.git Auto merge of #3716 - matklad:multi-tests, r=alexcrichton Allow to run several integration tests It's useful to be able to run several, but not all, test targets at once (especially in the IDE, where you want to select a bunch of files and command "run these!"). This seems to work, but obviously needs some tests. `Options` `struct` already supports several targets. --- 3dfe72fa82e8e69bde1149fb453c1799a7d8dead