mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Moving llvm-test-depends and test-depends into the Tests folder; NFC, this simply cleans up the generated solution so that these targets don't live in the root folder of the IDE.
llvm-svn: 266078
This commit is contained in:
parent
73354d0f62
commit
97d20cba92
@ -731,6 +731,7 @@ if( LLVM_INCLUDE_TESTS )
|
||||
ARGS ${LLVM_LIT_EXTRA_ARGS}
|
||||
)
|
||||
add_custom_target(test-depends DEPENDS ${LLVM_LIT_DEPENDS})
|
||||
set_target_properties(test-depends PROPERTIES FOLDER "Tests")
|
||||
endif()
|
||||
|
||||
if (LLVM_INCLUDE_DOCS)
|
||||
|
@ -114,6 +114,7 @@ if(LLVM_BUILD_EXAMPLES)
|
||||
endif()
|
||||
|
||||
add_custom_target(llvm-test-depends DEPENDS ${LLVM_TEST_DEPENDS})
|
||||
set_target_properties(llvm-test-depends PROPERTIES FOLDER "Tests")
|
||||
|
||||
add_lit_testsuite(check-llvm "Running the LLVM regression tests"
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
|
Loading…
x
Reference in New Issue
Block a user