Skip to content

Commit ddd13b6

Browse files
authored
[runtimes] Add missing test dependencies to check-all (#75090)
Re-apply 7f215b1, which was reverted in a9e3d23. The orginal commit uncovered a bug that was fixed by 4701f77. Fixes #58680
1 parent 64fa90b commit ddd13b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,6 +1259,7 @@ if( LLVM_INCLUDE_TESTS )
12591259
add_custom_target(test-depends
12601260
DEPENDS ${LLVM_ALL_LIT_DEPENDS} ${LLVM_ALL_ADDITIONAL_TEST_DEPENDS})
12611261
set_target_properties(test-depends PROPERTIES FOLDER "Tests")
1262+
add_dependencies(check-all test-depends)
12621263
endif()
12631264

12641265
if (LLVM_INCLUDE_DOCS)

0 commit comments

Comments
 (0)