Move collection testing code from StdlibUnittest to a new library

This brings down StdlibUnittest build time to 90 seconds with either
a DebugAssert or a ReleaseAssert compiler.

The new library, StdlibCollectionTests, is only built when running
validation tests.
This commit is contained in:
Dmitri Gribenko
2016-01-25 14:36:06 -08:00
parent 8aebe8d864
commit aeeb9c1325
92 changed files with 177 additions and 11 deletions

View File

@@ -3,6 +3,7 @@
// REQUIRES: executable_test
import StdlibUnittest
import StdlibCollectionUnittest
import SwiftPrivate
// Also import modules which are used by StdlibUnittest internally. This