summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorEdwin Vane <edwin.vane@intel.com>2013-03-01 19:58:58 +0000
committerEdwin Vane <edwin.vane@intel.com>2013-03-01 19:58:58 +0000
commit4385988d26a1e796cc3b2ce1b15ea077a7ee35ac (patch)
treedf20144ccf04a72da140ae8428474ebceefd383c /test/Makefile
parent28432220333c0a8e6457056c1f91f8ffdfd8602d (diff)
downloadllvm-4385988d26a1e796cc3b2ce1b15ea077a7ee35ac.tar.gz
llvm-4385988d26a1e796cc3b2ce1b15ea077a7ee35ac.tar.bz2
llvm-4385988d26a1e796cc3b2ce1b15ea077a7ee35ac.tar.xz
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
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/Makefile b/test/Makefile
index fc8ec08a19..b7b873c813 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -60,11 +60,6 @@ endif
ifeq ($(shell test -f $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/Makefile && echo OK), OK)
LIT_ALL_TESTSUITES += $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/test
-
-# Force creation of Clang Tools' lit.site.cfg.
-clang-tools-site-cfg: FORCE
- $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/test lit.site.cfg
-extra-site-cfgs:: clang-tools-site-cfg
endif
endif
endif