[lldb/Test] Don't add a check-* target as dependency in add_lit_testsuite
authorMartin Storsjö <martin@martin.st>
Thu, 23 Jan 2020 07:42:43 +0000 (09:42 +0200)
committerMartin Storsjö <martin@martin.st>
Thu, 23 Jan 2020 07:45:14 +0000 (09:45 +0200)
commit1db1b8b8b35727a01387c1bc0bbf25701ad05d3f
tree96676a57ed4866ae19446651228415eed8eb03e5
parent660076645315c600e7f3da2af1c859db14500a3d
[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.
lldb/test/Shell/CMakeLists.txt