llvm-project/lldb/test/API
Jonas Devlieghere aa91ce3e1d [lldb/CMake] Add check-lldb-shell and check-lldb-api targets for Xcode
The Xcode generator does not provide the auto-generated targets where
you can append a folder name to check-lldb. Instead add two custom lit
targets to run just the shell and api tests.
2020-01-21 13:22:33 -08:00
..
CMakeLists.txt [lldb/CMake] Add check-lldb-shell and check-lldb-api targets for Xcode 2020-01-21 13:22:33 -08:00
README.md Re-land "[test] Split LLDB tests into API, Shell & Unit" 2019-10-09 19:22:02 +00:00
dotest.py Re-land "[test] Split LLDB tests into API, Shell & Unit" 2019-10-09 19:22:02 +00:00
lit.cfg.py lldbutil: Forward ASan launch info to test inferiors 2020-01-10 14:52:51 -08:00
lit.site.cfg.py.in [lldb/Test] Fix API tests for mutli-config generators 2020-01-16 22:25:55 -08:00
lldbtest.py [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON 2019-12-13 13:41:11 -08:00
testcases [lldb] [test/API] Fix testcases symlink 2019-10-31 17:43:18 +01:00
use_lldb_suite.py Re-land "[test] Split LLDB tests into API, Shell & Unit" 2019-10-09 19:22:02 +00:00

README.md

LLDB API Tests

This directory only exists for the lit test driver. The actual tests live in the tests directory in top level LLDB directory.