summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-10-31 04:48:19 +0000
committerChris Bieneman <beanz@apple.com>2016-10-31 04:48:19 +0000
commitf8ac2da11454d2c2edb9e6254d10e99aa6dc110d (patch)
treee662669d8418efc677c855bfd4e2b82a20dfbda8 /lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py
parentbd6d69987c36d947746d061421b3eb99cf86a6bb (diff)
downloadbcm5719-llvm-f8ac2da11454d2c2edb9e6254d10e99aa6dc110d.tar.gz
bcm5719-llvm-f8ac2da11454d2c2edb9e6254d10e99aa6dc110d.zip
[Test Suite] Pull generateSource into lldbtest
Summary: Convert tests using LLDB headers to use generateSource to put the right include paths in place regardless of whether or not you're building a framework. This also abstracted generateSource out of TestPublicAPIHeaders.py into lldbtest.py. Reviewers: tfiala, zturner Subscribers: lldb-commits Differential Revision: https://reviews.llvm.org/D25887 llvm-svn: 285542
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py b/lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py
index 9341ff97e6f..18fcc41fa9f 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py
@@ -18,6 +18,10 @@ class PluginCommandTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
+ def setUp(self):
+ TestBase.setUp(self)
+ self.generateSource('plugin.cpp')
+
@skipIfNoSBHeaders
# Requires a compatible arch and platform to link against the host's built
# lldb lib.
OpenPOWER on IntegriCloud