tests: Add an 'llvm-lit' tool (script), which gets generated as part of the
authorDaniel Dunbar <daniel@zuster.org>
Mon, 2 Aug 2010 00:39:42 +0000 (00:39 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 2 Aug 2010 00:39:42 +0000 (00:39 +0000)
commitb7698a49c2a9e732fa02c7ebee98ca5c7173b5fc
tree98e5f48f16faf1ddf8b27f8c0bceaf14ebba4905
parent6647033565456120ba24d83450bada5bb3096187
tests: Add an 'llvm-lit' tool (script), which gets generated as part of the
build and has the object build directory baked into it. This allows 'llvm-lit'
to properly find the information needed to run the test suite in all cases,
without requiring the user to have LLVM or 'lit' available in their PATH, for
example.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110000 91177308-0d34-0410-b5e6-96231b3b80d8
utils/Makefile
utils/llvm-lit/Makefile [new file with mode: 0644]
utils/llvm-lit/llvm-lit.in [new file with mode: 0644]