summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-01-04 23:12:21 +0000
committerBill Wendling <isanbard@gmail.com>2009-01-04 23:12:21 +0000
commit4113bd1dc6032f9559fa58c61d5cc7d9a8c079be (patch)
treec8ca655a8927f0e711e96b6345b4887e42c69189 /Makefile
parent7e638cd36691e79f3252e5da0e77317f42440ac7 (diff)
downloadllvm-4113bd1dc6032f9559fa58c61d5cc7d9a8c079be.tar.gz
llvm-4113bd1dc6032f9559fa58c61d5cc7d9a8c079be.tar.bz2
llvm-4113bd1dc6032f9559fa58c61d5cc7d9a8c079be.tar.xz
Modify the unittests Makefiles so that they don't rebuild parts of LLVM just to
run the tests. Most of this was stolen from the llvm/test Makefiles. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61648 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5987b88f77..d453330a2e 100644
--- a/Makefile
+++ b/Makefile
@@ -116,7 +116,6 @@ dist-hook::
tools-only: all
libs-only: all
install-libs: install
-unittests: all
#------------------------------------------------------------------------
# Make sure the generated headers are up-to-date. This must be kept in
@@ -185,7 +184,7 @@ update:
$(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT)
@ $(SVN) status $(LLVM_SRC_ROOT) | $(SUB-SVN-DIRS) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update
-happiness: update all check
+happiness: update all check unittests
.PHONY: srpm rpm update happiness