File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
arm-software/embedded/scripts Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,14 @@ cd "${REPO_ROOT}"/build
2525# only the --ignore-fail option is needed.
2626# The picolibc tests do not use lit so do not support this option.
2727export LIT_OPTS=" --ignore-fail"
28- ninja -j$PROCESSOR_COUNT check-llvm-toolchain check-cxxabi check-unwind check-package-llvm-toolchain
28+ ninja -j$PROCESSOR_COUNT check-all \
29+ check-compiler-rt-armv7a_hard_vfpv3_d16_exn_rtti_unaligned \
30+ check-picolibc-armv7a_hard_vfpv3_d16_exn_rtti_unaligned \
31+ check-cxx-armv7a_hard_vfpv3_d16_exn_rtti_unaligned \
32+ check-cxxabi-armv7a_hard_vfpv3_d16_exn_rtti_unaligned \
33+ check-unwind-armv7a_hard_vfpv3_d16_exn_rtti_unaligned \
34+ check-compiler-rt-armv7m_hard_fpv5_d16_exn_rtti_unaligned \
35+ check-picolibc-armv7m_hard_fpv5_d16_exn_rtti_unaligned \
36+ check-cxx-armv7m_hard_fpv5_d16_exn_rtti_unaligned \
37+ check-cxxabi-armv7m_hard_fpv5_d16_exn_rtti_unaligned \
38+ check-unwind-armv7m_hard_fpv5_d16_exn_rtti_unaligned
You can’t perform that action at this time.
0 commit comments