We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4788bf commit 81393a6Copy full SHA for 81393a6
llvm/test/CMakeLists.txt
@@ -247,7 +247,7 @@ if (LLVM_INCLUDE_SPIRV_TOOLS_TESTS)
247
list(APPEND LLVM_TEST_DEPENDS spirv-link)
248
endif()
249
250
-add_custom_target(llvm-test-depends DEPENDS ${LLVM_TEST_DEPENDS})
+add_custom_target(llvm-test-depends DEPENDS ${LLVM_TEST_DEPENDS} UnitTests)
251
set_target_properties(llvm-test-depends PROPERTIES FOLDER "LLVM/Tests")
252
253
if(LLVM_BUILD_TOOLS)
@@ -259,7 +259,7 @@ endif()
259
add_lit_testsuite(check-llvm "Running the LLVM regression tests"
260
${CMAKE_CURRENT_BINARY_DIR}
261
${exclude_from_check_all}
262
- DEPENDS ${LLVM_TEST_DEPENDS}
+ DEPENDS ${LLVM_TEST_DEPENDS} UnitTests
263
)
264
set_target_properties(check-llvm PROPERTIES FOLDER "LLVM/Tests")
265
0 commit comments