1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/utils/lit
Matthias Braun 10c7f27ee3 lit: python3 compatibility fix
llvm-svn: 265070
2016-03-31 23:08:55 +00:00
..
examples
lit lit: python3 compatibility fix 2016-03-31 23:08:55 +00:00
tests [lit][googletest] Handle upstream gtest output 2016-03-31 18:22:55 +00:00
utils
lit.py
MANIFEST.in
README.txt
setup.py
TODO [lit] Implement support of per test timeout in lit. 2015-12-27 14:03:49 +00:00

===============================
 lit - A Software Testing Tool
===============================

lit is a portable tool for executing LLVM and Clang style test suites,
summarizing their results, and providing indication of failures. lit is designed
to be a lightweight testing tool with as simple a user interface as possible.