Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
examples/ | 16-Dec-2014 | ||
lit/ | 10-Mar-2015 | ||
lit.py | 16-Dec-2014 | 78 | |
MANIFEST.in | 16-Dec-2014 | 201 | |
README.txt | 16-Dec-2014 | 327 | |
setup.py | 16-Dec-2014 | 1.8K | |
tests/ | 16-Dec-2014 | ||
TODO | 10-Mar-2015 | 7.7K | |
utils/ | 16-Dec-2014 |
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