mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[CMake] Change target 'check' from 'check-llvm' to 'check-all'
Reviewed By: echristo, mehdi_amini Differential Revision: https://reviews.llvm.org/D80823
This commit is contained in:
parent
fa1594e8a3
commit
532260bd72
@ -202,8 +202,7 @@ add_lit_testsuites(LLVM ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
DEPENDS ${LLVM_TEST_DEPENDS}
|
||||
)
|
||||
|
||||
# Setup a legacy alias for 'check-llvm'. This will likely change to be an
|
||||
# alias for 'check-all' at some point in the future.
|
||||
# Setup an alias for 'check-all'.
|
||||
add_custom_target(check)
|
||||
add_dependencies(check check-llvm)
|
||||
add_dependencies(check check-all)
|
||||
set_target_properties(check PROPERTIES FOLDER "Tests")
|
||||
|
Loading…
Reference in New Issue
Block a user