Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lit: Add --repeat=N option, for running each test N times. | Daniel Dunbar | 2009-11-15 | 1 | -0/+5 |
| | | | | | | - Currently just useful for timing, although it could be extended as one (bad) way to deal with flaky tests. llvm-svn: 88827 | ||||
* | lit: Start documentation testing architecture. | Daniel Dunbar | 2009-11-10 | 1 | -0/+116 |
| | | | | llvm-svn: 86655 | ||||
* | lit: Add --param NAME=VALUE option, for test suite specific use (to communicate | Daniel Dunbar | 2009-11-05 | 1 | -0/+6 |
| | | | | | | arbitrary command line arguments to the test suite). llvm-svn: 86137 | ||||
* | lit: Add --config-prefix option, to override default config file names. | Daniel Dunbar | 2009-10-25 | 1 | -0/+5 |
| | | | | llvm-svn: 85035 | ||||
* | Add 'lit' testing tool. | Daniel Dunbar | 2009-09-08 | 1 | -0/+222 |
- make install && man $(llvm-config --prefix)/share/man/man1/lit.1 for more information. llvm-svn: 81190 |