commit | 356dcac20e18f5125eb4f85e5dc1d1408f930099 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Thu Jan 31 00:21:39 2013 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Thu Jan 31 00:21:39 2013 +0000 |
tree | d7075cd9b4d0637c77a8ebe28fc639391fbeb6f6 | |
parent | f2335dcb17784148c4d8dd23093ab549153cc132 [diff] [blame] |
[lit] Add a test suite for lit itself. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173999 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/lit/tests/usage.py b/utils/lit/tests/usage.py new file mode 100644 index 0000000..e10d613 --- /dev/null +++ b/utils/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}