We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abfbbbe + f171358 commit e5a5ab1Copy full SHA for e5a5ab1
validation-test/BuildSystem/install_all.test
@@ -2,6 +2,8 @@
2
# RUN: mkdir -p %t
3
# RUN: SWIFT_BUILD_ROOT=%t %swift_src_root/utils/build-script --dry-run --install-all --cmake %cmake 2>&1 | %FileCheck %s
4
5
+# REQUIRES: standalone_test
6
+
7
# CHECK: --- Installing cmark ---
8
# CHECK: --- Installing llvm ---
9
# CHECK: --- Installing swift ---
validation-test/BuildSystem/skip_cmark_swift_llvm.test
@@ -1,3 +1,5 @@
1
# RUN: %empty-directory(%t)
# RUN: SWIFT_BUILD_ROOT=%t %swift_src_root/utils/build-script --dry-run --install-all --cmake %cmake --skip-build-cmark 2>&1 | %FileCheck --check-prefix=SKIP-CMARK-CHECK %s
0 commit comments