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