Skip to content

Commit 01a9854

Browse files
committed
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
1 parent d5b9a36 commit 01a9854

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,7 @@ if( LLVM_INCLUDE_TESTS )
731731
ARGS ${LLVM_LIT_EXTRA_ARGS}
732732
)
733733
add_custom_target(test-depends DEPENDS ${LLVM_LIT_DEPENDS})
734+
set_target_properties(test-depends PROPERTIES FOLDER "Tests")
734735
endif()
735736

736737
if (LLVM_INCLUDE_DOCS)

llvm/test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ if(LLVM_BUILD_EXAMPLES)
114114
endif()
115115

116116
add_custom_target(llvm-test-depends DEPENDS ${LLVM_TEST_DEPENDS})
117+
set_target_properties(llvm-test-depends PROPERTIES FOLDER "Tests")
117118

118119
add_lit_testsuite(check-llvm "Running the LLVM regression tests"
119120
${CMAKE_CURRENT_BINARY_DIR}

0 commit comments

Comments
 (0)