From 376e05fd7ba37b76ea26fa7604671c9abd32307e Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 9 Apr 2013 19:42:12 +0000 Subject: Make check depend on all. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179116 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.rules') diff --git a/Makefile.rules b/Makefile.rules index 2c834aac63..0a07be5337 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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 ; \ -- cgit v1.2.3