Moving llvm-test-depends and test-depends into the Tests folder; NFC, this simply...
authorAaron Ballman <aaron@aaronballman.com>
Tue, 12 Apr 2016 15:09:14 +0000 (15:09 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 12 Apr 2016 15:09:14 +0000 (15:09 +0000)
llvm-svn: 266078

llvm/CMakeLists.txt
llvm/test/CMakeLists.txt

index 13164d3..e4d565c 100644 (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)
index 1e05304..b70db69 100644 (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}