[Lldb-commits] [PATCH] D42281: WIP: compile the LLDB tests out-of-tree
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 19 08:50:17 PST 2018
clayborg added a comment.
Looks like a good start. It might be nice to validate that after "clean" that we have no files that are untracked in the test directory? This could help us to verify that we don't leave artifacts around.
================
Comment at: packages/Python/lldbsuite/test/dotest_args.py:166
+ metavar='Test build directory',
+ help='The root build directory for the tests')
----------------
Maybe add a default right here?:
```
default=os.getcwd()
```
https://reviews.llvm.org/D42281
More information about the lldb-commits
mailing list