mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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:
@@ -3,6 +3,7 @@
|
||||
// REQUIRES: executable_test
|
||||
|
||||
import StdlibUnittest
|
||||
import StdlibCollectionUnittest
|
||||
import SwiftPrivate
|
||||
|
||||
// Also import modules which are used by StdlibUnittest internally. This
|
||||
|
||||
Reference in New Issue
Block a user