File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2731,7 +2731,8 @@ for host in "${ALL_HOSTS[@]}"; do
2731
2731
fi
2732
2732
lldb_build_dir=$( build_directory ${host} lldb)
2733
2733
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.
2735
2736
if [[ " $( uname -s) " == " Darwin" && " $( true_false ${LLDB_BUILD_WITH_XCODE} ) " == " TRUE" ]] ; then
2736
2737
set_lldb_xcodebuild_options
2737
2738
# Run the LLDB unittests (gtests).
@@ -2744,7 +2745,7 @@ for host in "${ALL_HOSTS[@]}"; do
2744
2745
fi
2745
2746
else
2746
2747
with_pushd ${lldb_build_dir} \
2747
- ${NINJA_BIN} check-lldb-unit
2748
+ ${NINJA_BIN} check-lldb-lit
2748
2749
fi
2749
2750
2750
2751
swift_build_dir=$( build_directory ${host} swift)
You can’t perform that action at this time.
0 commit comments