hanchenye-llvm-project/llvm/utils/lit
Daniel Dunbar 718734a362 [lit] Use full config path in diagnostics.
- This allows tools like emacs to automatically find the config file path when
   you step through errors.

 - Patch by Dave Abrahams.

llvm-svn: 276357
2016-07-21 23:20:41 +00:00
..
examples
lit [lit] Use full config path in diagnostics. 2016-07-21 23:20:41 +00:00
tests [lit] Improve logging with file redirection. 2016-06-07 16:13:40 +00:00
utils
MANIFEST.in
README.txt
TODO [lit] Implement support of per test timeout in lit. 2015-12-27 14:03:49 +00:00
lit.py
setup.py

README.txt

===============================
 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.