Skip to content

Commit

Permalink
[libunwind] Make the test depend on the libunwind explicitly.
Browse files Browse the repository at this point in the history
Before this patch the `ninja check-unwind` won't rebuild the unwind library.

Reviewed By: jroelofs

Differential Revision: https://reviews.llvm.org/D85004
  • Loading branch information
DanielKristofKiss committed Aug 3, 2020
1 parent 4fdc4d8 commit 9c3f6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libunwind/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ configure_lit_site_cfg(

add_lit_testsuite(check-unwind "Running libunwind tests"
${CMAKE_CURRENT_BINARY_DIR}
DEPENDS ${LIBUNWIND_TEST_DEPS})
DEPENDS unwind ${LIBUNWIND_TEST_DEPS})

0 comments on commit 9c3f6fb

Please sign in to comment.