aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/__init__.py
blob: b7390580876b7ea4497b4a02fefc9bb607fe5081 (plain)
1
2
3
4
5
# Module level initialization for the `lldbsuite.test` module.

from . import dotest

run_suite = dotest.run_suite