summaryrefslogtreecommitdiff
path: root/utils/lit/lit.py
AgeCommit message (Expand)AuthorFilesLines
2009-12-26lit: Sink code into a 'lit' package.Daniel Dunbar1-573/+2
2009-12-08lit: Prevent crash-on-invalid (when run on directory which has no test suite).Daniel Dunbar1-1/+1
2009-11-15lit: Add --repeat=N option, for running each test N times.Daniel Dunbar1-4/+17
2009-11-10lit: Fix bug in --show-suites which accidentally override the list of tests.Daniel Dunbar1-2/+2
2009-11-08lit: Warn when a test suite contains no tests.Daniel Dunbar1-7/+12
2009-11-05lit: Add --param NAME=VALUE option, for test suite specific use (to communicateDaniel Dunbar1-1/+15
2009-10-25lit: Add --config-prefix option, to override default config file names.Daniel Dunbar1-7/+20
2009-09-28Don't traverse into .svn directories.Daniel Dunbar1-1/+1
2009-09-15lit: When finding nested test suites, check first in the execpath in case thereDaniel Dunbar1-13/+22
2009-09-14lit: Give test formats control over test discovery.Daniel Dunbar1-5/+7
2009-09-09Count test correctly with -q.Daniel Dunbar1-0/+1
2009-09-09Fix another refactoro.Daniel Dunbar1-1/+1
2009-09-08Add 'lit' testing tool.Daniel Dunbar1-0/+519