mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
CMake: Promote the testing targets out of folders on IDE.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149220 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b510157d35
commit
90fb059222
@ -68,7 +68,6 @@ add_custom_target(check
|
||||
${LIT_ARGS}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Running LLVM regression tests")
|
||||
set_target_properties(check PROPERTIES FOLDER "Tests")
|
||||
|
||||
add_custom_target(check.deps)
|
||||
add_dependencies(check check.deps)
|
||||
|
Loading…
Reference in New Issue
Block a user