forked from OSchip/llvm-project
[libc++] Time tests during CI
This commit is contained in:
parent
6ddc4cd1c2
commit
3bba72e653
|
@ -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" \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue