xref: /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/__init__.py (revision 58fbf5d6aa35e3d66f2c32c61d2f38824a990e85)
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