Skip to content

Commit aeafd8c

Browse files
committed
[build-presets] Test the stress tester and swiftevolve as downstream dependencies
1 parent 1a81074 commit aeafd8c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

utils/build-presets.ini

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,12 @@ swiftpm
328328
indexstore-db
329329
sourcekit-lsp
330330

331+
swiftsyntax
332+
swiftsyntax-verify-generated-files
333+
334+
skstresstester
335+
swiftevolve
336+
331337
# Build Playground support
332338
playgroundsupport
333339

@@ -781,6 +787,7 @@ stress-test
781787
test-optimized
782788
foundation
783789
libdispatch
790+
swiftsyntax
784791
indexstore-db
785792
sourcekit-lsp
786793
lit-args=-v --time-tests
@@ -1018,6 +1025,7 @@ swiftpm
10181025
xctest
10191026
foundation
10201027
libdispatch
1028+
swiftsyntax
10211029
indexstore-db
10221030
sourcekit-lsp
10231031
dash-dash
@@ -1389,6 +1397,10 @@ install-llbuild
13891397
install-swiftpm
13901398
install-libcxx
13911399

1400+
# Build the stress tester and SwiftEvolve
1401+
skstresstester
1402+
swiftevolve
1403+
13921404
# Build Playground support
13931405
playgroundsupport
13941406

@@ -1581,7 +1593,6 @@ assertions
15811593
swiftsyntax
15821594
swiftsyntax-verify-generated-files
15831595

1584-
15851596
#===------------------------------------------------------------------------===#
15861597
# Test Swift Stress Tester
15871598
#===------------------------------------------------------------------------===#

0 commit comments

Comments
 (0)