diff --git a/Makefile.rules b/Makefile.rules index 4662e4986d4..7da2dc844a7 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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 ; \