Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lit: Sink code into a 'lit' package. | Daniel Dunbar | 2009-12-26 | 1 | -79/+0 |
| | | | | llvm-svn: 92168 | ||||
* | lit: Add --repeat=N option, for running each test N times. | Daniel Dunbar | 2009-11-15 | 1 | -0/+8 |
| | | | | | | - Currently just useful for timing, although it could be extended as one (bad) way to deal with flaky tests. llvm-svn: 88827 | ||||
* | Add 'lit' testing tool. | Daniel Dunbar | 2009-09-08 | 1 | -0/+71 |
- make install && man $(llvm-config --prefix)/share/man/man1/lit.1 for more information. llvm-svn: 81190 |