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 libcxx tests are failing under runtimes build.
This commit is contained in:
parent
7ae191f59f
commit
f4059cc352
|
@ -103,7 +103,7 @@ if (LIBCXX_INCLUDE_TESTS)
|
|||
DEPENDS cxx ${LIBCXX_TEST_DEPS}
|
||||
COMMENT "Builds dependencies required to run the test suite.")
|
||||
|
||||
add_lit_testsuite(check-cxx
|
||||
add_lit_target(check-cxx
|
||||
"Running libcxx tests"
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
DEPENDS cxx-test-depends
|
||||
|
|
Loading…
Reference in New Issue