teak-llvm/lldb/packages/Python/lldbsuite/test/plugins
Pavel Labath 418a272f4a [dotest] Avoid the need for LEVEL= makefile boilerplate
Summary:
Instead of each test case knowing its depth relative to the test root,
we can just have dotest add the folder containing Makefile.rules to the
include path.

This was motivated by r370616, though I have been wanting to do this
ever since we moved to building tests out-of-tree.

The only manually modified files in this patch are lldbinline.py and
plugins/builder_base.py. The rest of the patch has been produced by this
shell command:
  find . \( -name Makefile -o -name '*.mk' \)  -exec sed --in-place -e '/LEVEL *:\?=/d' -e '1,2{/^$/d}' -e 's,\$(LEVEL)/,,' {} +

Reviewers: teemperor, aprantl, espindola, jfb

Subscribers: emaste, javed.absar, arichardson, christof, arphaman, lldb-commits

Differential Revision: https://reviews.llvm.org/D67083

llvm-svn: 370845
2019-09-04 07:46:25 +00:00
..
builder_base.py [dotest] Avoid the need for LEVEL= makefile boilerplate 2019-09-04 07:46:25 +00:00
builder_darwin.py [lldb][NFC] Remove unused imports in python tests 2019-08-02 08:06:22 +00:00
builder_freebsd.py [dotest] Clean up test folder clean-up 2018-03-16 12:04:46 +00:00
builder_linux.py [dotest] Clean up test folder clean-up 2018-03-16 12:04:46 +00:00
builder_netbsd.py [dotest] Clean up test folder clean-up 2018-03-16 12:04:46 +00:00
builder_openbsd.py [LLDB] Unit tests basic support for OpenBSD 2018-06-04 11:59:18 +00:00
builder_win32.py [dotest] Clean up test folder clean-up 2018-03-16 12:04:46 +00:00