llvm-project/lldb/test/API
Jonas Devlieghere d52b36e354 [CMake] Remove unused variable LLDB_TEST_CXX_COMPILER
CMake allows you to set a custom CXX compiler for the API test suite.
However, this variable is never used, because dotest uses the same
compiler to build C and CXX sources.

I'm not sure if this variable was added with the intention of supporting
a different compiler or if this is just a remnant of old functionality.
Given that this hasn't been working for a while, I assume it's safe to
remove.

Differential revision: https://reviews.llvm.org/D69401
2019-10-24 14:47:07 -07:00
..
CMakeLists.txt [CMake] Remove unused variable LLDB_TEST_CXX_COMPILER 2019-10-24 14:47:07 -07: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 [test] Reduce inconsistency between lit configuration files. 2019-10-10 21:49:22 +00:00
lit.site.cfg.py.in [test] Reduce inconsistency between lit configuration files. 2019-10-10 21:49:22 +00:00
lldbtest.py Re-land "[test] Split LLDB tests into API, Shell & Unit" 2019-10-09 19:22:02 +00:00
testcases Re-land "[test] Split LLDB tests into API, Shell & Unit" 2019-10-09 19:22:02 +00: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.