Files
swift-mirror/validation-test/BuildSystem/install_all_linux.test
Michael Gottesman 1d86a22f5b [build-script] Add a SKIP_XCODE_VERSION_CHECK to all dry-run build-script tests.
It makes sense to just set this here since we aren't testing that functionality
and enables us to test this if we aren't using one of the specified Xcodes
(which can be useful).
2021-08-31 14:10:28 -07:00

15 lines
579 B
Plaintext

# 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 --install-all --llbuild --swiftpm --foundation --libdispatch --cmake %cmake 2>&1 | %FileCheck %s
# REQUIRES: standalone_build
# REQUIRES: OS=linux-gnu
# CHECK-DAG: --- Installing cmark ---
# CHECK-DAG: --- Installing swift ---
# CHECK-DAG: --- Installing llvm ---
# CHECK-DAG: --- Installing llbuild ---
# CHECK-DAG: --- Installing foundation ---
# CHECK-DAG: --- Installing libdispatch ---
# CHECK-DAG: --- Installing swiftpm ---