view lldb/test/API/dotest.py @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900
parents
children 1f2b6ac9f198
line wrap: on
line source

#!/usr/bin/env python

if __name__ == "__main__":
    import use_lldb_suite

    import lldbsuite.test
    lldbsuite.test.run_suite()