Skip to content

Commit f4059cc

Browse files
committed
Partially revert "[runtimes] Use add_lit_testsuite to register lit testsuites"
This partially reverts commit e1173c8 until we find out why libcxx tests are failing under runtimes build.
1 parent 7ae191f commit f4059cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ if (LIBCXX_INCLUDE_TESTS)
103103
DEPENDS cxx ${LIBCXX_TEST_DEPS}
104104
COMMENT "Builds dependencies required to run the test suite.")
105105

106-
add_lit_testsuite(check-cxx
106+
add_lit_target(check-cxx
107107
"Running libcxx tests"
108108
${CMAKE_CURRENT_BINARY_DIR}
109109
DEPENDS cxx-test-depends

0 commit comments

Comments
 (0)