Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lit: Sink code into a 'lit' package. | Daniel Dunbar | 2009-12-26 | 1 | -3/+0 |
| | | | | llvm-svn: 92168 | ||||
* | lit: Factor a new OneCommandPerFileTest out of SyntaxCheckTest. | Daniel Dunbar | 2009-11-15 | 1 | -1/+2 |
| | | | | | | | - Used for running a single fixed command on a directory of files, with the option of deriving a temporary input file from the test source. llvm-svn: 88844 | ||||
* | lit: Add a custom test format for use in clang. | Daniel Dunbar | 2009-09-16 | 1 | -1/+1 |
| | | | | llvm-svn: 81987 | ||||
* | lit: Give test formats control over test discovery. | Daniel Dunbar | 2009-09-14 | 1 | -2/+2 |
| | | | | llvm-svn: 81751 | ||||
* | Add 'lit' testing tool. | Daniel Dunbar | 2009-09-08 | 1 | -0/+2 |
- make install && man $(llvm-config --prefix)/share/man/man1/lit.1 for more information. llvm-svn: 81190 |