[Lldb-commits] [PATCH] Hook lit up in LLDB so it can run LLDB's unit tests

Zachary Turner zturner at google.com
Thu Mar 12 15:24:30 PDT 2015


Hi chandlerc,

This patch piggyback's off the previous 2 patches to get lit up and running.

LLDB doesn't actually have any lit tests, so our configuration is simpler than usual.  All this does right now is create a unit tests folder with a config for running unit tests, and hook this up to the CMake by way of an lldb-check-unit target.

When you run ninja check-lldb-unit, it now runs all the unit tests.

http://reviews.llvm.org/D8307

Files:
  CMakeLists.txt
  lit/CMakeLists.txt
  lit/Unit/lit.cfg
  lit/Unit/lit.site.cfg.in
  lit/lit.cfg
  lit/lit.site.cfg.in

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8307.21882.patch
Type: text/x-patch
Size: 11395 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150312/f27b1673/attachment.bin>


More information about the lldb-commits mailing list