xref: /llvm-project/lldb/test/API/dotest.py (revision 2238dcc39358353cac21df75c3c3286ab20b8f53)
1#!/usr/bin/env python
2
3if __name__ == "__main__":
4    import use_lldb_suite
5
6    import lldbsuite.test
7
8    lldbsuite.test.run_suite()
9