Skip to content

Commit

Permalink
Add make targets for running all lld tests
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D42587

llvm-svn: 325124
  • Loading branch information
NWilson committed Feb 14, 2018
1 parent 1a20f69 commit 9ce7033
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lld/test/CMakeLists.txt
Expand Up @@ -53,6 +53,12 @@ add_lit_testsuite(check-lld "Running lld test suite"
DEPENDS ${LLD_TEST_DEPS}
)

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
DEPENDS ${LLD_TEST_DEPS}
)

set_target_properties(check-lld PROPERTIES FOLDER "lld tests")

# Add a legacy target spelling: lld-test
Expand Down

0 comments on commit 9ce7033

Please sign in to comment.