aboutsummaryrefslogtreecommitdiff
path: root/test/dotest.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/dotest.py')
-rwxr-xr-xtest/dotest.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/dotest.py b/test/dotest.py
new file mode 100755
index 000000000000..1f9d52354f52
--- /dev/null
+++ b/test/dotest.py
@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+
+if __name__ == "__main__":
+ import use_lldb_suite
+
+ import lldbsuite.test
+ lldbsuite.test.run_suite()