No need to force-create clang-tools-extra lit.site.cfg
authorEdwin Vane <edwin.vane@intel.com>
Fri, 1 Mar 2013 19:58:58 +0000 (19:58 +0000)
committerEdwin Vane <edwin.vane@intel.com>
Fri, 1 Mar 2013 19:58:58 +0000 (19:58 +0000)
commit4385988d26a1e796cc3b2ce1b15ea077a7ee35ac
treedf20144ccf04a72da140ae8428474ebceefd383c
parent28432220333c0a8e6457056c1f91f8ffdfd8602d
No need to force-create clang-tools-extra lit.site.cfg

The make (all) target takes care of creating lit configs and auto-generating
tests. The problem with the original 'lit.site.cfg' target is it's not
recursive and doesn't fully create everything necessary for testing
clang-tools-extra.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176374 91177308-0d34-0410-b5e6-96231b3b80d8
test/Makefile