mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-23 19:59:57 +00:00
[CMake] Add convenience target llvm-test-depends to build test dependencies.
This is useful when paired with the distribution targets to build prerequisites for running tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262428 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c26136be88
commit
d702b73a42
@ -113,6 +113,8 @@ if(LLVM_BUILD_EXAMPLES)
|
||||
)
|
||||
endif()
|
||||
|
||||
add_custom_target(llvm-test-depends DEPENDS ${LLVM_TEST_DEPENDS})
|
||||
|
||||
add_lit_testsuite(check-llvm "Running the LLVM regression tests"
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
PARAMS llvm_site_config=${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg
|
||||
|
Loading…
Reference in New Issue
Block a user