From: Eric Christopher Date: Tue, 9 Apr 2013 19:42:12 +0000 (+0000) Subject: Make check depend on all. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=376e05fd7ba37b76ea26fa7604671c9abd32307e;p=oota-llvm.git Make check depend on all. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179116 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index 2c834aac63f..0a07be53371 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 ; \