[test] cmake: Ensure liblldb builds before tests run
authorVedant Kumar <vsk@apple.com>
Thu, 15 Mar 2018 01:09:13 +0000 (01:09 +0000)
committerVedant Kumar <vsk@apple.com>
Thu, 15 Mar 2018 01:09:13 +0000 (01:09 +0000)
commit9a5466fd9a5ff6eca81b237073c2155995df2639
tree261ac95c155137330731d6851b2da9d27bcc6f2c
parent5721ee48a2a8f9202a21936747090115c9abf584
[test] cmake: Ensure liblldb builds before tests run

Without liblldb as a test dependency, tests which link it in from an
lldb framework (via Base.buildDriver()) won't work.

llvm-svn: 327595
lldb/test/CMakeLists.txt