summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/lit.pod
Commit message (Collapse)AuthorAgeFilesLines
* lit: Add --repeat=N option, for running each test N times.Daniel Dunbar2009-11-151-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 Dunbar2009-11-101-0/+116
| | | | llvm-svn: 86655
* lit: Add --param NAME=VALUE option, for test suite specific use (to communicateDaniel Dunbar2009-11-051-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 Dunbar2009-10-251-0/+5
| | | | llvm-svn: 85035
* Add 'lit' testing tool.Daniel Dunbar2009-09-081-0/+222
- make install && man $(llvm-config --prefix)/share/man/man1/lit.1 for more information. llvm-svn: 81190
OpenPOWER on IntegriCloud