[llvm] r179116 - Make check depend on all.

Eric Christopher echristo at gmail.com
Tue Apr 9 12:42:12 PDT 2013


Author: echristo
Date: Tue Apr  9 14:42:12 2013
New Revision: 179116

URL: http://llvm.org/viewvc/llvm-project?rev=179116&view=rev
Log:
Make check depend on all.

Modified:
    llvm/trunk/Makefile.rules

Modified: llvm/trunk/Makefile.rules
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile.rules?rev=179116&r1=179115&r2=179116&view=diff
==============================================================================
--- llvm/trunk/Makefile.rules (original)
+++ llvm/trunk/Makefile.rules Tue Apr  9 14:42:12 2013
@@ -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 ; \





More information about the llvm-commits mailing list