brintos

brintos / llvm-project-archived public Read only

0
0
Text · 135 B · 4d20c58 Raw
9 lines · python
1#!/usr/bin/env python2 3if __name__ == "__main__":4    import use_lldb_suite5 6    import lldbsuite.test7 8    lldbsuite.test.run_suite()9