File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -424,6 +424,8 @@ mixin-preset=buildbot_incremental_base
424
424
# on Foundation, so that is built as well. On OS X, Foundation is built as part
425
425
# of the XCTest Xcode project.
426
426
xctest
427
+ swift-testing
428
+ swift-testing-macros
427
429
428
430
build-swift-stdlib-unittest-extra
429
431
@@ -441,6 +443,8 @@ skip-test-foundation
441
443
release
442
444
assertions
443
445
xctest
446
+ swift-testing
447
+ swift-testing-macros
444
448
test
445
449
446
450
skip-test-cmark
@@ -1127,6 +1131,8 @@ lldb
1127
1131
foundation
1128
1132
swiftpm
1129
1133
swift-driver
1134
+ swift-testing
1135
+ swift-testing-macros
1130
1136
xctest
1131
1137
1132
1138
build-subdir =buildbot_linux
@@ -1140,6 +1146,8 @@ install-foundation
1140
1146
install-swiftpm
1141
1147
install-swift-driver
1142
1148
install-swiftsyntax
1149
+ install-swift-testing
1150
+ install-swift-testing-macros
1143
1151
install-xctest
1144
1152
install-prefix =/usr
1145
1153
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
3020
3028
build-subdir =compat_linux
3021
3029
foundation
3022
3030
libdispatch
3023
- xctest
3031
+ swift-testing
3032
+ swift-testing-macros
3024
3033
install-foundation
3025
3034
install-libdispatch
3035
+ install-swift-testing
3036
+ install-swift-testing-macros
3026
3037
install-xctest
3027
3038
swift-install-components =autolink-driver; compiler;clang-builtin-headers;stdlib;libexec;swift-remote-mirror;sdk-overlay;license
3028
3039
@@ -3215,6 +3226,8 @@ skip-early-swift-driver
3215
3226
3216
3227
llbuild
3217
3228
xctest
3229
+ swift-testing
3230
+ swift-testing-macros
3218
3231
swiftpm
3219
3232
3220
3233
swift-include-tests =0
@@ -3239,4 +3252,6 @@ install-foundation
3239
3252
install-libdispatch
3240
3253
install-llbuild
3241
3254
install-swiftpm
3255
+ install-swift-testing
3256
+ install-swift-testing-macros
3242
3257
install-xctest
You can’t perform that action at this time.
0 commit comments