xref: /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/__init__.py (revision c1a45aed656e7d5627c30c92421893a76f370ccb)
1# Module level initialization for the `lldbsuite.test` module.
2
3from __future__ import absolute_import
4
5from . import dotest
6
7run_suite = dotest.run_suite
8