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:
Petr Hosek 2021-03-05 15:24:38 -08:00
parent 8bdb5ecd82
commit b654b22197
1 changed files with 1 additions and 1 deletions

View File

@ -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})