[Lldb-commits] [PATCH] D98842: [lldb] Make the api, shell and unit tests independent lit test suites

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 17 22:06:35 PDT 2021


JDevlieghere created this revision.
JDevlieghere added reviewers: labath, teemperor, stella.stamenova, kastiglione.
Herald added a subscriber: mgorny.
JDevlieghere requested review of this revision.

Make the api, shell and unit tests independent lit test suites. This allows us to specify different dependencies and skip rebuilding all the unit test (which is particularly expensive) when running `check-lldb-api` or `check-lldb-shell`. This does not change the autogenerated targets such as `check-lldb-shell-driver` or the top level `check-lldb` target, which all continue to work as before.


https://reviews.llvm.org/D98842

Files:
  lldb/test/API/CMakeLists.txt
  lldb/test/CMakeLists.txt
  lldb/test/Shell/CMakeLists.txt
  lldb/test/Unit/CMakeLists.txt
  lldb/unittests/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98842.331460.patch
Type: text/x-patch
Size: 4571 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210318/4895cbd4/attachment-0001.bin>


More information about the lldb-commits mailing list