[Lldb-commits] [PATCH] D112212: [lldb/test] Print build commands in trace mode
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 29 02:32:49 PDT 2021
labath marked 2 inline comments as done.
labath added inline comments.
================
Comment at: lldb/test/API/test_utils/TestBaseTest.py:1
+"""
+Test TestBase test functions.
----------------
teemperor wrote:
> Could we move this file into `test_utils/build` or some other subdir? Then I can also make the few other 'test'-tests their own subdir of `test_utils` (which seems like a good place for all of this).
I've created a `base` folder for the `Base` class. It could either be a root of an additional hierarchy or we can shove all Base tests there. I'd hope it's the latter, as one can go quite far by just passing CXX_SOURCE to the make invocations, and these aren't particularly complex tests or inferiors.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112212/new/
https://reviews.llvm.org/D112212
More information about the lldb-commits
mailing list