[Lldb-commits] [lldb] [lldb-dap] Setup DAP for unit testing. (PR #139937)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Wed May 14 14:05:51 PDT 2025
================
@@ -1,8 +1,11 @@
add_lldb_unittest(DAPTests
+ DAPTest.cpp
+ Handler/DisconnectRequestHandlerTest.cpp
----------------
ashgti wrote:
I renamed the file to `Handler/DisconnectTest.cpp` but should the test be `DisconnectTest` or should it be `DisconnectRequestHandlerTest` since thats the actual class I'm testing?
https://github.com/llvm/llvm-project/pull/139937
More information about the lldb-commits
mailing list