summaryrefslogtreecommitdiff
path: root/utils/lit/lit.py
AgeCommit message (Expand)Author
2017-09-20[lit] Undo the patch to stop writing pyc files.Zachary Turner
2017-09-19Make lit stop writing pyc files.Zachary Turner
2016-10-10[lit] Remove (or allow specific) unused importsBrian Gesiak
2009-12-26lit: Sink code into a 'lit' package.Daniel Dunbar
2009-12-08lit: Prevent crash-on-invalid (when run on directory which has no test suite).Daniel Dunbar
2009-11-15lit: Add --repeat=N option, for running each test N times.Daniel Dunbar
2009-11-10lit: Fix bug in --show-suites which accidentally override the list of tests.Daniel Dunbar
2009-11-08lit: Warn when a test suite contains no tests.Daniel Dunbar
2009-11-05lit: Add --param NAME=VALUE option, for test suite specific use (to communicateDaniel Dunbar
2009-10-25lit: Add --config-prefix option, to override default config file names.Daniel Dunbar
2009-09-28Don't traverse into .svn directories.Daniel Dunbar
2009-09-15lit: When finding nested test suites, check first in the execpath in case thereDaniel Dunbar
2009-09-14lit: Give test formats control over test discovery.Daniel Dunbar
2009-09-09Count test correctly with -q.Daniel Dunbar
2009-09-09Fix another refactoro.Daniel Dunbar
2009-09-08Add 'lit' testing tool.Daniel Dunbar