[libc++] Time tests during CI

This commit is contained in:
Louis Dionne 2022-05-26 14:58:24 -04:00
parent 6ddc4cd1c2
commit 3bba72e653
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ function generate-cmake-base() {
-DLIBCXX_ENABLE_WERROR=YES \
-DLIBCXXABI_ENABLE_WERROR=YES \
-DLIBUNWIND_ENABLE_WERROR=YES \
-DLLVM_LIT_ARGS="-sv --show-unsupported --xunit-xml-output test-results.xml --timeout=1200" \
-DLLVM_LIT_ARGS="-sv --show-unsupported --xunit-xml-output test-results.xml --timeout=1200 --time-tests" \
"${@}"
}