forked from OSchip/llvm-project
Partially revert "[runtimes] Use add_lit_testsuite to register lit testsuites"
This partially reverts commit e1173c8794
until we find out why compiler-rt tests are failing under runtimes build.
This commit is contained in:
parent
8bdb5ecd82
commit
b654b22197
|
@ -87,7 +87,7 @@ if(COMPILER_RT_STANDALONE_BUILD)
|
|||
# introduce a rule to run to run all of them.
|
||||
get_property(LLVM_LIT_TESTSUITES GLOBAL PROPERTY LLVM_LIT_TESTSUITES)
|
||||
get_property(LLVM_LIT_DEPENDS GLOBAL PROPERTY LLVM_LIT_DEPENDS)
|
||||
add_lit_testsuite(check-compiler-rt
|
||||
add_lit_target(check-compiler-rt
|
||||
"Running all regression tests"
|
||||
${LLVM_LIT_TESTSUITES}
|
||||
DEPENDS ${LLVM_LIT_DEPENDS})
|
||||
|
|
Loading…
Reference in New Issue