mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-19 02:42:58 +00: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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262494 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
06ff4ba325
commit
0e7def0a34
@ -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