mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
11 lines
336 B
Plaintext
11 lines
336 B
Plaintext
# REQUIRES: standalone_build
|
|
# REQUIRES: OS=macosx
|
|
|
|
# RUN: %empty-directory(%t)
|
|
# RUN: mkdir -p %t
|
|
# RUN: env SKIP_XCODE_VERSION_CHECK=1 SWIFT_BUILD_ROOT=%t %swift_src_root/utils/build-script --dry-run --cmake %cmake --clean-install-destdir --verbose-build 2>&1 | %FileCheck %s
|
|
|
|
# CHECK: Cleaning install destdir!
|
|
# CHECK-NEXT: rm -rf
|
|
|