[clang-doc] Make test alias depend on the unit test binary (#190014)

Without DEPENDS, this doesn't seem to rebuild the ClangDocTests target.
This commit is contained in:
Paul Kirth
2026-04-10 10:36:01 -07:00
committed by GitHub
parent d5a8af542e
commit e3589e8967

View File

@@ -8,5 +8,6 @@ configure_lit_site_cfg(
add_lit_testsuite(check-clang-doc-unit "Running clang-doc unit tests"
${CMAKE_CURRENT_BINARY_DIR}
EXCLUDE_FROM_CHECK_ALL
DEPENDS ClangDocTests
ARGS --filter=ClangDocTests
)