Index: third_party/lit/tests/usage.py |
diff --git a/third_party/lit/tests/usage.py b/third_party/lit/tests/usage.py |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e10d6134a03c29a63ebd139cc4ae55a00aef64de |
--- /dev/null |
+++ b/third_party/lit/tests/usage.py |
@@ -0,0 +1,6 @@ |
+# Basic sanity check that usage works. |
+# |
+# RUN: %{lit} --help > %t.out |
+# RUN: FileCheck < %t.out %s |
+# |
+# CHECK: Usage: lit.py [options] {file-or-path} |