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

Aiden Grossman via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 31 16:27:02 PDT 2025


================
@@ -0,0 +1,7 @@
+# Specialize the clang-doc target to avoid building other projects
+add_lit_testsuite(check-clang-extra-clang-doc "Running clang-doc tests"
+  ${CMAKE_CURRENT_BINARY_DIR}
+  EXCLUDE_FROM_CHECK_ALL
----------------
boomanaiden154 wrote:

They get run twice otherwise. See #159781.

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


More information about the cfe-commits mailing list