Add lldb-vscode as a dependency of lldb tests.
authorJorge Gorbe Moya <jgorbe@google.com>
Tue, 26 Mar 2019 18:36:44 +0000 (18:36 +0000)
committerJorge Gorbe Moya <jgorbe@google.com>
Tue, 26 Mar 2019 18:36:44 +0000 (18:36 +0000)
commitd7aba7678308848b640551ac083c8dfee01a7ba9
tree98419e1680e8c9ea1a2c8210a64df56051d3668a
parent54551c1df73be83e7d30aa1843aae476cb63a065
Add lldb-vscode as a dependency of lldb tests.

Summary:
In the current state, 'ninja check-lldb' runs the lldb-vscode tests, but it
won't rebuild lldb-vscode if any of its sources has changed. This is very
confusing when you fix something and the tests keep failing, or vice versa.

Reviewers: clayborg

Subscribers: mgorny, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D59828

llvm-svn: 357016
lldb/CMakeLists.txt