Revert my earlier change to add "all" as a dependency to check. In

retrospect it really wasn't a good idea.

llvm-svn: 218136
This commit is contained in:
Eric Christopher 2014-09-19 18:44:27 +00:00
parent 760750c44f
commit abc1297a70
1 changed files with 1 additions and 1 deletions

View File

@ -1780,7 +1780,7 @@ endif
# CHECK: Running the test suite
###############################################################################
check:: all
check::
$(Verb) if test -d "$(PROJ_OBJ_ROOT)/test" ; then \
if test -f "$(PROJ_OBJ_ROOT)/test/Makefile" ; then \
$(EchoCmd) Running test suite ; \