File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -748,6 +748,9 @@ build-swift-stdlib-unittest-extra
748
748
749
749
test-installable-package
750
750
751
+ # Build the benchmarks against the toolchain.
752
+ toolchain-benchmarks
753
+
751
754
# Path to the root of the installation filesystem.
752
755
install-destdir =%(install_destdir)s
753
756
@@ -953,6 +956,9 @@ skip-test-lldb
953
956
# FIXME: Disabled until a home for the swift-snapshot-tests can be found.
954
957
# test-installable-package
955
958
959
+ # Make sure we can build the benchmarks against the toolchain.
960
+ toolchain-benchmarks
961
+
956
962
# Path to the root of the installation filesystem.
957
963
install-destdir =%(install_destdir)s
958
964
@@ -1126,6 +1132,9 @@ install-prefix=%(install_toolchain_dir)s/usr
1126
1132
1127
1133
test-installable-package
1128
1134
1135
+ # Make sure that we can build the benchmarks with swiftpm against the toolchain
1136
+ toolchain-benchmarks
1137
+
1129
1138
# If someone uses this for incremental builds, force reconfiguration.
1130
1139
reconfigure
1131
1140
You can’t perform that action at this time.
0 commit comments