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

Petr Hosek via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 31 19:23:46 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"
----------------
petrhosek wrote:

Not something that needs to be done in this patch, but I think we should consider adding `CMakeLists.txt` files for all other subdirectories and then remove this target altogether.

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


More information about the cfe-commits mailing list