Home | History | Annotate | only in /external/llvm/utils/lit
Up to higher level directory
NameDateSize
examples/24-Aug-2016
lit/24-Aug-2016
lit.py24-Aug-201678
MANIFEST.in24-Aug-2016201
README.txt24-Aug-2016327
setup.py24-Aug-20161.8K
tests/24-Aug-2016
TODO24-Aug-20167.6K
utils/24-Aug-2016

README.txt

      1 ===============================
      2  lit - A Software Testing Tool
      3 ===============================
      4 
      5 lit is a portable tool for executing LLVM and Clang style test suites,
      6 summarizing their results, and providing indication of failures. lit is designed
      7 to be a lightweight testing tool with as simple a user interface as possible.
      8 
      9