[all-commits] [llvm/llvm-project] 1db1b8: [lldb/Test] Don't add a check-* target as dependen...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Wed Jan 22 23:45:37 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1db1b8b8b35727a01387c1bc0bbf25701ad05d3f
https://github.com/llvm/llvm-project/commit/1db1b8b8b35727a01387c1bc0bbf25701ad05d3f
Author: Martin Storsjö <martin at martin.st>
Date: 2020-01-23 (Thu, 23 Jan 2020)
Changed paths:
M lldb/test/Shell/CMakeLists.txt
Log Message:
-----------
[lldb/Test] Don't add a check-* target as dependency in add_lit_testsuite
This causes the toplevel "test-depends" target, which should only build
all the dependencies necessary for running tests, to suddenaly also run
the check-lldb-repro-capture tests.
Instead add check-lldb-repro-capture as a dependency to check-lldb-repro
with a separate explicit add_dependencies call.
More information about the All-commits
mailing list