Skip to content

Commit

Permalink
[CMake] Add test-depends target to build dependencies of check-all
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Chris Bieneman committed Mar 2, 2016
1 parent 06ff4ba commit 0e7def0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0e7def0

Please sign in to comment.