diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/configuration.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index 84de013..251787b 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -103,6 +103,10 @@ verbose = 0 # because it doesn't work under a debugger testdirs = [lldbsuite.lldb_test_root] +# The root of the test case tree (where the actual tests reside, not the test +# infrastructure). +test_src_root = lldbsuite.lldb_test_root + # Separator string. separator = '-' * 70 |