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:
Aaron Ballman 2016-04-12 15:09:14 +00:00
parent d5b9a3688a
commit 01a9854ee8
2 changed files with 2 additions and 0 deletions

View File

@ -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)

View File

@ -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}