Skip to content

Commit 40d5064

Browse files
authored
Merge pull request swiftlang#14771 from dcci/littests
2 parents 37f7493 + fed7aed commit 40d5064

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

utils/build-script-impl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2731,7 +2731,8 @@ for host in "${ALL_HOSTS[@]}"; do
27312731
fi
27322732
lldb_build_dir=$(build_directory ${host} lldb)
27332733

2734-
# Run the gtests.
2734+
# Run the unittests.
2735+
# FIXME: The xcode build project currently doesn't know how to run the lit style tests.
27352736
if [[ "$(uname -s)" == "Darwin" && "$(true_false ${LLDB_BUILD_WITH_XCODE})" == "TRUE" ]] ; then
27362737
set_lldb_xcodebuild_options
27372738
# Run the LLDB unittests (gtests).
@@ -2744,7 +2745,7 @@ for host in "${ALL_HOSTS[@]}"; do
27442745
fi
27452746
else
27462747
with_pushd ${lldb_build_dir} \
2747-
${NINJA_BIN} check-lldb-unit
2748+
${NINJA_BIN} check-lldb-lit
27482749
fi
27492750

27502751
swift_build_dir=$(build_directory ${host} swift)

0 commit comments

Comments
 (0)