forked from OSchip/llvm-project
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:
parent
760750c44f
commit
abc1297a70
|
@ -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 ; \
|
||||
|
|
Loading…
Reference in New Issue