diff options
author | Eric Christopher <echristo@gmail.com> | 2013-04-09 19:42:12 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-04-09 19:42:12 +0000 |
commit | 376e05fd7ba37b76ea26fa7604671c9abd32307e (patch) | |
tree | bc1692d4399d38621c0ba35a67e67f849e4c07a6 /Makefile.rules | |
parent | d4727e3798981af3d1308418464a10a398290851 (diff) |
Make check depend on all.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179116 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r-- | Makefile.rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 ; \ |