aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/dotest.py
blob: 4d20c585e630ea007b2459459003565e2ae7e36c (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python

if __name__ == "__main__":
    import use_lldb_suite

    import lldbsuite.test

    lldbsuite.test.run_suite()