Index: lit/TestSuite =================================================================== --- /dev/null +++ lit/TestSuite @@ -0,0 +1 @@ +../packages/Python/lldbsuite/test/ \ No newline at end of file Index: packages/Python/lldbsuite/test/lit.local.cfg =================================================================== --- /dev/null +++ packages/Python/lldbsuite/test/lit.local.cfg @@ -0,0 +1 @@ +config.suffixes = ['.py'] Index: packages/Python/lldbsuite/test/source-manager/TestSourceManager.py =================================================================== --- packages/Python/lldbsuite/test/source-manager/TestSourceManager.py +++ packages/Python/lldbsuite/test/source-manager/TestSourceManager.py @@ -7,6 +7,8 @@ Test display of source using the SBSourceManager API. o test_modify_source_file_while_debugging: Test the caching mechanism of the source manager. + +RUN: lldb-dotest %S -p TestSourceManager """ from __future__ import print_function Index: packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py =================================================================== --- packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py +++ packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py @@ -1,5 +1,7 @@ """ Test that 'stty -a' displays the same output before and after running the lldb command. + +RUN: lldb-dotest %S -p TestSTTYBeforeAndAfter """ from __future__ import print_function Index: packages/Python/lldbsuite/test/types/TestFloatTypes.py =================================================================== --- packages/Python/lldbsuite/test/types/TestFloatTypes.py +++ packages/Python/lldbsuite/test/types/TestFloatTypes.py @@ -1,5 +1,7 @@ """ Test that variables of floating point types are displayed correctly. + +RUN: lldb-dotest %S -p TestFloatTypes """ from __future__ import print_function Index: packages/Python/lldbsuite/test/warnings/uuid/TestAddDsymCommand.py =================================================================== --- packages/Python/lldbsuite/test/warnings/uuid/TestAddDsymCommand.py +++ packages/Python/lldbsuite/test/warnings/uuid/TestAddDsymCommand.py @@ -1,4 +1,8 @@ -"""Test that the 'add-dsym', aka 'target symbols add', command informs the user about success or failure.""" +""" +Test that the 'add-dsym', aka 'target symbols add', command informs the user about success or failure. + +RUN: lldb-dotest %S -p AddDsymCommand +""" from __future__ import print_function