diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index ea7b7ab..651d024 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -11,16 +11,14 @@ 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 llvm_unit_site_config=${CMAKE_CURRENT_BINARY_DIR}/Unit/lit.site.cfg - DEPENDS BugpointPasses LLVMHello + DEPENDS UnitTests + BugpointPasses LLVMHello llc lli llvm-ar llvm-as llvm-dis llvm-extract llvm-dwarfdump llvm-link llvm-mc llvm-nm llvm-objdump llvm-readobj macho-dump opt FileCheck count not ) set_target_properties(check-llvm PROPERTIES FOLDER "Tests") -# Note, this is kept here rather than in the DEPENDS above because of bugs in -# some CMake versions that mishandle the dependency otherwise. -add_dependencies(check-llvm UnitTests) # Setup a legacy alias for 'check-llvm'. This will likely change to be an # alias for 'check-all' at some point in the future. |