forked from OSchip/llvm-project
d53c8c6af5
Summary: When the generator used for CMake is a multi-configuration generator (such as VS), the arguments passed to dotest are not currently configured correctly. There are a couple of issues: 1) The per-configuration files are all generated for the same configuration since the for loop overwrites the properties 2) Not all of the parameters are configured in the lit cfg, so they end up with %(build_mode)s as configuration and they point to non-existent paths Reviewers: JDevlieghere Reviewed By: JDevlieghere Subscribers: mgorny, lldb-commits, asmith Tags: #lldb Differential Revision: https://reviews.llvm.org/D74093 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
README.md | ||
dotest.py | ||
lit.cfg.py | ||
lit.site.cfg.py.in | ||
lldbtest.py | ||
testcases | ||
use_lldb_suite.py |
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.