[clang-tools-extra] [clang-doc] create a separate cmake file for clang-doc's lit tests (PR #165935)

Erick Velez via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 31 19:41:31 PDT 2025


================
@@ -87,4 +87,7 @@ add_lit_testsuite(check-clang-extra "Running clang-tools-extra/test"
 
 add_lit_testsuites(CLANG-EXTRA ${CMAKE_CURRENT_SOURCE_DIR}
   DEPENDS ${CLANG_TOOLS_TEST_DEPS}
+   SKIP "^clang-doc"
----------------
evelez7 wrote:

I thought about this as well. I opened #165820. I thought about closing it after merging this but I might keep it open. I don't know how tied the other projects are to that target and CMake file.

https://github.com/llvm/llvm-project/pull/165935


More information about the cfe-commits mailing list