xref: /aosp_15_r20/external/llvm/utils/lit/tests/usage.py (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1# Basic sanity check that usage works.
2#
3# RUN: %{lit} --help > %t.out
4# RUN: FileCheck < %t.out %s
5#
6# CHECK: Usage: lit.py [options] {file-or-path}
7