summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-04-09 19:42:12 +0000
committerEric Christopher <echristo@gmail.com>2013-04-09 19:42:12 +0000
commit376e05fd7ba37b76ea26fa7604671c9abd32307e (patch)
treebc1692d4399d38621c0ba35a67e67f849e4c07a6 /Makefile.rules
parentd4727e3798981af3d1308418464a10a398290851 (diff)
downloadllvm-376e05fd7ba37b76ea26fa7604671c9abd32307e.tar.gz
llvm-376e05fd7ba37b76ea26fa7604671c9abd32307e.tar.bz2
llvm-376e05fd7ba37b76ea26fa7604671c9abd32307e.tar.xz
Make check depend on all.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179116 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 2c834aac63..0a07be5337 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -1967,7 +1967,7 @@ endif
# CHECK: Running the test suite
###############################################################################
-check::
+check:: all
$(Verb) if test -d "$(PROJ_OBJ_ROOT)/test" ; then \
if test -f "$(PROJ_OBJ_ROOT)/test/Makefile" ; then \
$(EchoCmd) Running test suite ; \