8 lines · plain
1# Specialize the clang-doc target to avoid building other projects2add_lit_testsuite(check-clang-extra-clang-doc "Running clang-doc tests"3 ${CMAKE_CURRENT_BINARY_DIR}4 EXCLUDE_FROM_CHECK_ALL5 DEPENDS clang-doc6 DEPENDS ${LLVM_UTILS_DEPS}7)8