[lldb][test][NFC] Create a separate LLDB_TEST_SRC var to allow moving tests.
authorJordan Rupprecht <rupprecht@google.com>
Fri, 7 Feb 2020 23:13:38 +0000 (15:13 -0800)
committerJordan Rupprecht <rupprecht@google.com>
Fri, 7 Feb 2020 23:18:36 +0000 (15:18 -0800)
commit25675d4eaab6ed8e97528d4886131ec85f1c8c7c
treefc6cec75bde06a7306a7a2765b41200761892fb5
parentc10b9f0bde2666abd3e2d0845dee16ac9db1ab6f
[lldb][test][NFC] Create a separate LLDB_TEST_SRC var to allow moving tests.

Summary:
This creates a separate LLDB_TEST_SRC var to match the existing LLDB_TEST var. LLDB_TEST points to the test framework, LLDB_TEST_SRC points to the tests themselves.

The var points to the same place, but a future patch will move the tree + update var.

Reviewers: labath, JDevlieghere

Reviewed By: labath

Subscribers: merge_guards_bot, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D71150
lldb/packages/Python/lldbsuite/__init__.py
lldb/packages/Python/lldbsuite/test/dotest.py
lldb/packages/Python/lldbsuite/test/lldbtest.py
lldb/packages/Python/lldbsuite/test/plugins/builder_base.py