Add 'lit' testing tool.

- make install && man $(llvm-config --prefix)/share/man/man1/lit.1 for more
   information.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81190 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar
2009-09-08 05:31:18 +00:00
parent 3fee6eda1d
commit be7ada7181
15 changed files with 2623 additions and 0 deletions

2
utils/lit/LitFormats.py Normal file
View File

@@ -0,0 +1,2 @@
from ShTest import ShTest
from TclTest import TclTest