Make check depend on all.
authorEric Christopher <echristo@gmail.com>
Tue, 9 Apr 2013 19:42:12 +0000 (19:42 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 9 Apr 2013 19:42:12 +0000 (19:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179116 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 2c834aac63fc28aec6a29f9ad485ee43b7c327e8..0a07be533713703d55ceaa8d35ba62bd3e55d2e9 100644 (file)
@@ -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 ; \