diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2019-01-19 10:05:49 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2019-01-19 10:05:49 +0000 |
| commit | e2fd426bdafe9f5c10066d3926ece6e342184a67 (patch) | |
| tree | bfbbb5fd38554e6b8988b7a217e9fd0623728d7d /test/CMakeLists.txt | |
| parent | 84c4061b34e048f47e5eb4fbabc1558495e8157c (diff) | |
Notes
Diffstat (limited to 'test/CMakeLists.txt')
| -rw-r--r-- | test/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 12fb7c3c1e99e..1b908335c4a14 100644 --- a/test/CMakeLists.txt +++ b/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 |
