Skip to content

Commit

Permalink
Fix cmake dependency on llvm-c-test in test
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193243 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
wanders committed Oct 23, 2013
1 parent f7b6bac commit 25b2715
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ if( LLVM_USE_INTEL_JITEVENTS )
set(LLVM_TEST_DEPENDS ${LLVM_TEST_DEPENDS} llvm-jitlistener)
endif( LLVM_USE_INTEL_JITEVENTS )

if( NOT MSVC )
set(LLVM_TEST_DEPENDS ${LLVM_TEST_DEPENDS} llvm-c-test)
endif( NOT MSVC )

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
Expand Down

0 comments on commit 25b2715

Please sign in to comment.