[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:
Chris Bieneman 2016-03-02 17:56:30 +00:00
parent 6622029d5e
commit 7d942d73b8
1 changed files with 1 additions and 0 deletions

View File

@ -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)