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

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 1 07:51:36 PDT 2024


================
@@ -244,6 +244,7 @@ llvm_canonicalize_cmake_booleans(
   LLVM_ENABLE_ZLIB
   LLVM_ENABLE_SHARED_LIBS
   LLDB_HAS_LIBCXX
+  LLDB_SHELL_TESTS_DISABLE_REMOTE
----------------
DavidSpickett wrote:

It would be good to declare this and the other new options in CMake with docstrings so that they show up in tools like ccmake and just generally have another way to be discovered. `test/API/CMakeLists.txt` does this for example:
```
set(LLDB_TEST_COMPILER "${LLDB_DEFAULT_TEST_COMPILER}" CACHE PATH "C Compiler to use for building LLDB test inferiors")
```

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


More information about the lldb-commits mailing list