[all-commits] [llvm/llvm-project] 25675d: [lldb][test][NFC] Create a separate LLDB_TEST_SRC ...
Jordan Rupprecht via All-commits
all-commits at lists.llvm.org
Fri Feb 7 15:24:09 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 25675d4eaab6ed8e97528d4886131ec85f1c8c7c
https://github.com/llvm/llvm-project/commit/25675d4eaab6ed8e97528d4886131ec85f1c8c7c
Author: Jordan Rupprecht <rupprecht at google.com>
Date: 2020-02-07 (Fri, 07 Feb 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/__init__.py
M lldb/packages/Python/lldbsuite/test/dotest.py
M lldb/packages/Python/lldbsuite/test/lldbtest.py
M lldb/packages/Python/lldbsuite/test/plugins/builder_base.py
Log Message:
-----------
[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
More information about the All-commits
mailing list