xref: /aosp_15_r20/external/llvm/utils/lit/README.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1===============================
2 lit - A Software Testing Tool
3===============================
4
5lit is a portable tool for executing LLVM and Clang style test suites,
6summarizing their results, and providing indication of failures. lit is designed
7to be a lightweight testing tool with as simple a user interface as possible.
8
9