hanchenye-llvm-project/lldb/packages/Python/lldbsuite/test/__init__.py

8 lines
155 B
Python

# Module level initialization for the `lldbsuite.test` module.
from __future__ import absolute_import
from . import dotest
run_suite = dotest.run_suite