Split up test suite so it compiles in parallel

This commit is contained in:
David Tolnay
2017-02-24 15:32:13 -08:00
parent 59ec931d8f
commit 75e6da02d3
9 changed files with 32 additions and 31 deletions
+2
View File
@@ -1,3 +1,5 @@
#![cfg(feature = "unstable-testing")]
extern crate compiletest_rs as compiletest;
use std::env;