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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits