Home | History | Annotate | only in /external/llvm/utils/lit
Up to higher level directory
NameDateSize
examples/03-Dec-2014
lit/03-Dec-2014
lit.py03-Dec-201478
MANIFEST.in03-Dec-2014201
README.txt03-Dec-2014327
setup.py03-Dec-20141.8K
tests/03-Dec-2014
TODO03-Dec-20147.7K
utils/03-Dec-2014

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