diff options
-rw-r--r-- | lld/test/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lld/test/CMakeLists.txt b/lld/test/CMakeLists.txt index 12fb7c3c1e9..1b908335c4a 100644 --- a/lld/test/CMakeLists.txt +++ b/lld/test/CMakeLists.txt @@ -53,6 +53,9 @@ add_lit_testsuite(check-lld "Running lld test suite" DEPENDS ${LLD_TEST_DEPS} ) +add_custom_target(lld-test-depends DEPENDS ${LLD_TEST_DEPS}) +set_target_properties(lld-test-depends PROPERTIES FOLDER "lld tests") + add_lit_testsuites(LLD ${CMAKE_CURRENT_SOURCE_DIR} PARAMS lld_site_config=${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg lld_unit_site_config=${CMAKE_CURRENT_BINARY_DIR}/Unit/lit.site.cfg |