Skip to content

Commit 8df6512

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 0e6f3a8 commit 8df6512

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

utils/build-presets.ini

Lines changed: 16 additions & 1 deletion
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
@@ -1127,6 +1131,8 @@ lldb
11271131
foundation
11281132
swiftpm
11291133
swift-driver
1134+
swift-testing
1135+
swift-testing-macros
11301136
xctest
11311137

11321138
build-subdir=buildbot_linux
@@ -1140,6 +1146,8 @@ install-foundation
11401146
install-swiftpm
11411147
install-swift-driver
11421148
install-swiftsyntax
1149+
install-swift-testing
1150+
install-swift-testing-macros
11431151
install-xctest
11441152
install-prefix=/usr
11451153
swift-install-components=autolink-driver;compiler;clang-builtin-headers;libexec;stdlib;swift-remote-mirror;sdk-overlay;dev
@@ -3020,9 +3028,12 @@ mixin-preset=source_compat_suite_base
30203028
build-subdir=compat_linux
30213029
foundation
30223030
libdispatch
3023-
xctest
3031+
swift-testing
3032+
swift-testing-macros
30243033
install-foundation
30253034
install-libdispatch
3035+
install-swift-testing
3036+
install-swift-testing-macros
30263037
install-xctest
30273038
swift-install-components=autolink-driver;compiler;clang-builtin-headers;stdlib;libexec;swift-remote-mirror;sdk-overlay;license
30283039

@@ -3215,6 +3226,8 @@ skip-early-swift-driver
32153226

32163227
llbuild
32173228
xctest
3229+
swift-testing
3230+
swift-testing-macros
32183231
swiftpm
32193232

32203233
swift-include-tests=0
@@ -3239,4 +3252,6 @@ install-foundation
32393252
install-libdispatch
32403253
install-llbuild
32413254
install-swiftpm
3255+
install-swift-testing
3256+
install-swift-testing-macros
32423257
install-xctest

0 commit comments

Comments
 (0)