git://git.jankratochvil.net
/
lldb.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[intel-pt] Improve the way the test determines whether to run
[lldb.git]
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
configuration.py
diff --git
a/lldb/packages/Python/lldbsuite/test/configuration.py
b/lldb/packages/Python/lldbsuite/test/configuration.py
index
9d69438
..
ddae780
100644
(file)
--- a/
lldb/packages/Python/lldbsuite/test/configuration.py
+++ b/
lldb/packages/Python/lldbsuite/test/configuration.py
@@
-137,6
+137,9
@@
all_tests = set()
# LLDB library directory.
lldb_libs_dir = None
+# A plugin whose tests will be enabled, like intel-pt.
+enabled_plugins = []
+
def shouldSkipBecauseOfCategories(test_categories):
if use_categories: