Skip to content

Commit fcaec04

Browse files
committed
[Bootstrap] Test with the integrated Swift driver.
As part of bootstrapping, also run tests with the integrated Swift driver.
1 parent 07e42c3 commit fcaec04

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Utilities/bootstrap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,11 @@ def test(args):
301301
# Test SwiftPM.
302302
call_swiftpm(args, cmd)
303303

304+
# Test SwiftPM with the integrated driver.
305+
integratedDriverCmd = cmd
306+
integratedDriverCmd.append("--use-integrated-swift-driver")
307+
call_swiftpm(args, integratedDriverCmd)
308+
304309
def install(args):
305310
"""Builds SwiftPM, then installs its build products."""
306311
build(args)

0 commit comments

Comments
 (0)