forked from OSchip/llvm-project
0c798aa448
The top-level CMake file in the test directory can be simplified by moving relevant configuration options into the corresponding subdirectories. Doing so makes it easier to understand what CMake options are needed by the different test suites. Differential revision: https://reviews.llvm.org/D69394 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
README.md | ||
lit.cfg.py | ||
lit.site.cfg.py.in |
README.md
LLDB Unit Tests
This directory only exists for the lit test driver. The actual tests live in
the unittest
directory in top level LLDB directory.