Skip to content

Commit 789cd36

Browse files
committed
Print a message if lit detects the swift benchmarks are usable for integration testing.
1 parent 8a5723d commit 789cd36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lit.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ if swift_benchmarks_path is None:
162162
if os.path.exists(swift_benchmarks_path):
163163
config.available_features.add("have-swift-benchmarks")
164164
config.substitutions.append( ('%{swift_benchmarks_path}', swift_benchmarks_path) )
165+
lit_config.note('testing using swift benchmarks at path: {}'.format(swift_benchmarks_path))
165166

166167
# Find the tools we need.
167168

0 commit comments

Comments
 (0)