summaryrefslogtreecommitdiff
path: root/Test/lit/lit.py
diff options
context:
space:
mode:
Diffstat (limited to 'Test/lit/lit.py')
-rw-r--r--Test/lit/lit.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/Test/lit/lit.py b/Test/lit/lit.py
new file mode 100644
index 00000000..851063b3
--- /dev/null
+++ b/Test/lit/lit.py
@@ -0,0 +1,5 @@
+#!/usr/bin/env python
+
+if __name__=='__main__':
+ import lit
+ lit.main()