[NFC][LLVM][CodeGen] Move LiveDebugVariables.h into llvm/include/llvm/CodeGen (#88374)
[llvm-project.git] / lldb / packages / Python / lldbsuite / test / __init__.py
blobb7390580876b7ea4497b4a02fefc9bb607fe5081
1 # Module level initialization for the `lldbsuite.test` module.
3 from . import dotest
5 run_suite = dotest.run_suite