llvm-project/lldb/test/Unit
Jonas Devlieghere 154860af33 [lldb] Use config.lldb_src_root in lit_config.load_config (NFC)
Rather than relaying on CMake to substitute the full path to the lldb
source root, use the  value set in config.lldb_src_root. This makes it
slightly easier to write a custom lit.site.cfg.py.
2020-09-29 23:05:12 -07:00
..
CMakeLists.txt [CMake] Split logic across test suite subdirectories (NFC) 2019-10-24 10:58:22 -07:00
README.md Re-land "[test] Split LLDB tests into API, Shell & Unit" 2019-10-09 19:22:02 +00:00
lit.cfg.py Re-land "[test] Split LLDB tests into API, Shell & Unit" 2019-10-09 19:22:02 +00:00
lit.site.cfg.py.in [lldb] Use config.lldb_src_root in lit_config.load_config (NFC) 2020-09-29 23:05:12 -07:00

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.