summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/TestingConfig.py
Commit message (Collapse)AuthorAgeFilesLines
* lit: Sink code into a 'lit' package.Daniel Dunbar2009-12-261-97/+0
| | | | llvm-svn: 92168
* lit: Preserve the PATHEXT variable when running subcommands, this is ↵Daniel Dunbar2009-11-081-0/+1
| | | | | | important on Win32 llvm-svn: 86436
* Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in ↵Daniel Dunbar2009-09-221-0/+1
| | | | | | | | RegisterHandler and use to disable the Win32 crash dialogs. These are a major blocker to any kind of automated testing. Also, tweak the 'lit' test runner to set this variable unconditionally. llvm-svn: 82537
* Add 'lit' testing tool.Daniel Dunbar2009-09-081-0/+95
- make install && man $(llvm-config --prefix)/share/man/man1/lit.1 for more information. llvm-svn: 81190
OpenPOWER on IntegriCloud