Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
examples/ | 03-May-2024 | - | 43 | 32 | ||
lit/ | 03-May-2024 | - | 3,982 | 2,990 | ||
tests/ | 03-May-2024 | - | 1,268 | 578 | ||
utils/ | 03-May-2024 | - | 100 | 63 | ||
MANIFEST.in | D | 03-May-2024 | 201 | 10 | 9 | |
README.txt | D | 03-May-2024 | 327 | 9 | 6 | |
TODO | D | 03-May-2024 | 8.3 KiB | 175 | 131 | |
lit.py | D | 03-May-2024 | 78 | 6 | 3 | |
setup.py | D | 03-May-2024 | 1.8 KiB | 78 | 55 |
README.txt
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