Make check depend on all.

llvm-svn: 179116
This commit is contained in:
Eric Christopher 2013-04-09 19:42:12 +00:00
parent a08f30f093
commit caeddf5a96
1 changed files with 1 additions and 1 deletions

View 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 ; \