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.