mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[CMake] Add test-depends target to build dependencies of check-all
This is just another convenience target for bots to use. It enables isolation of building and testing. llvm-svn: 262494
This commit is contained in:
parent
9feb4e3a93
commit
d5c3a96844
@ -727,6 +727,7 @@ if( LLVM_INCLUDE_TESTS )
|
||||
DEPENDS ${LLVM_LIT_DEPENDS}
|
||||
ARGS ${LLVM_LIT_EXTRA_ARGS}
|
||||
)
|
||||
add_custom_target(test-depends DEPENDS ${LLVM_LIT_DEPENDS})
|
||||
endif()
|
||||
|
||||
if (LLVM_INCLUDE_DOCS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user