[Lldb-commits] [lldb] [lldb] Split TestGdbRemoteFork test to avoid timeout (PR #129614)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 10 04:48:07 PDT 2025


DavidSpickett wrote:

You could make the test binary a cmake dependency, see `lldb/test/CMakeLists.txt`. Perhaps in:
```
if(TARGET lldb-server)
  add_lldb_test_dependency(lldb-server)
endif()
```
This means if you ran the test directly without `ninja check-lldb`, it would fail, but this would apply to any test using `lldb-server` as well so it's no worse.

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


More information about the lldb-commits mailing list