[Lldb-commits] [lldb] [lldb][test] Support remote run of Shell tests (PR #95986)

Vladislav Dzhidzhoev via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 25 08:10:07 PDT 2024


dzhidzhoev wrote:

Updated:
Added documentation lines.
Added TEST_ prefix to cmake variables to indicate they doesn't affect lldb build (as proposed here https://discourse.llvm.org/t/rfc-lldb-support-remote-run-of-shell-tests/80072/5)
Shell tests remote execution can now be disabled with `-DLLDB_SHELL_TESTS_DISABLE_REMOTE=On` (they should attempt to execute locally this way).
To trigger remote execution, LLDB_TEST_PLATFORM_URL as well as LLDB_TEST_SYSROOT must be set.

https://github.com/llvm/llvm-project/pull/95986


More information about the lldb-commits mailing list