Skip to content

Commit 1d04798

Browse files
committed
preset: treat swift testing the same as xctest
Whenever XCtest is build and installed, do the same for swift-testing and swift-testing macros.
1 parent 6ad5c40 commit 1d04798

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

utils/build-presets.ini

+16
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,8 @@ mixin-preset=buildbot_incremental_base
424424
# on Foundation, so that is built as well. On OS X, Foundation is built as part
425425
# of the XCTest Xcode project.
426426
xctest
427+
swift-testing
428+
swift-testing-macros
427429

428430
build-swift-stdlib-unittest-extra
429431

@@ -441,6 +443,8 @@ skip-test-foundation
441443
release
442444
assertions
443445
xctest
446+
swift-testing
447+
swift-testing-macros
444448
test
445449

446450
skip-test-cmark
@@ -1134,6 +1138,8 @@ lldb
11341138
foundation
11351139
swiftpm
11361140
swift-driver
1141+
swift-testing
1142+
swift-testing-macros
11371143
xctest
11381144

11391145
build-subdir=buildbot_linux
@@ -1147,6 +1153,8 @@ install-foundation
11471153
install-swiftpm
11481154
install-swift-driver
11491155
install-swiftsyntax
1156+
install-swift-testing
1157+
install-swift-testing-macros
11501158
install-xctest
11511159
install-prefix=/usr
11521160
swift-install-components=autolink-driver;compiler;clang-builtin-headers;libexec;stdlib;swift-remote-mirror;sdk-overlay;dev
@@ -3029,8 +3037,12 @@ build-subdir=compat_linux
30293037
foundation
30303038
libdispatch
30313039
xctest
3040+
swift-testing
3041+
swift-testing-macros
30323042
install-foundation
30333043
install-libdispatch
3044+
install-swift-testing
3045+
install-swift-testing-macros
30343046
install-xctest
30353047
swift-install-components=autolink-driver;compiler;clang-builtin-headers;stdlib;libexec;swift-remote-mirror;sdk-overlay;license
30363048

@@ -3223,6 +3235,8 @@ skip-early-swift-driver
32233235

32243236
llbuild
32253237
xctest
3238+
swift-testing
3239+
swift-testing-macros
32263240
swiftpm
32273241

32283242
swift-include-tests=0
@@ -3247,4 +3261,6 @@ install-foundation
32473261
install-libdispatch
32483262
install-llbuild
32493263
install-swiftpm
3264+
install-swift-testing
3265+
install-swift-testing-macros
32503266
install-xctest

0 commit comments

Comments
 (0)