Skip to content

Commit

Permalink
[libc++] Use add_lit_testsuite to register the libc++ test suite
Browse files Browse the repository at this point in the history
The Runtimes build uses variables set by add_lit_testsuite to discover
tests suites to run.

Differential Revision: https://reviews.llvm.org/D97913
  • Loading branch information
ldionne committed Mar 24, 2021
1 parent f6e0fc2 commit 6427c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcxx/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ if (LIBCXX_INCLUDE_TESTS)
DEPENDS cxx ${LIBCXX_TEST_DEPS}
COMMENT "Builds dependencies required to run the test suite.")

add_lit_target(check-cxx
add_lit_testsuite(check-cxx
"Running libcxx tests"
${CMAKE_CURRENT_BINARY_DIR}
DEPENDS cxx-test-depends
Expand Down

0 comments on commit 6427c53

Please sign in to comment.