mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
9 lines
366 B
Plaintext
9 lines
366 B
Plaintext
# REQUIRES: standalone_build
|
|
#
|
|
# RUN: %swift_src_root/utils/build-script --dump-config --skip-local-build 2>&1 | %FileCheck %s -check-prefix=CONFIG
|
|
# CONFIG: "skip_local_build": true
|
|
|
|
# RUN: %swift_src_root/utils/build-script --dry-run --verbose-build --skip-local-build 2>&1 | %FileCheck %s -check-prefix=DRY
|
|
# DRY: build-script-impl
|
|
# DRY-SAME: --skip-local-build
|