diff --git a/CMakeLists.txt b/CMakeLists.txt index 13164d3c054..e4d565c5535 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 1e053041f57..b70db69a7e5 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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}