mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Useful to make sure that one is not hitting weird behavior due to a stale just built toolchain.
11 lines
332 B
Plaintext
11 lines
332 B
Plaintext
# REQUIRES: standalone_build
|
|
# REQUIRES: OS=macosx
|
|
|
|
# RUN: %empty-directory(%t)
|
|
# RUN: mkdir -p %t
|
|
# RUN: 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
|
|
|