[Lldb-commits] [PATCH] D77444: [commands] Support autorepeat in SBCommands

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 7 07:34:43 PDT 2020


labath added a comment.

BTW, in gtest tests, the prevailing convention is to name test .cpp files according to the name of the .cpp file under test. So, in this case, that would be something like `unittests/API/SBCommandInterpreterTest.cpp`. I wouldn't want to take that convention to the extreme and have 10kloc test files, but until we start having more of these tests, I think we can stick to that.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77444/new/

https://reviews.llvm.org/D77444





More information about the lldb-commits mailing list