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 | caeddf5a96090ca1273179eb9b79cd0ac132e26f (patch) | |
tree | 0776d9ad50a90ae08fa2c0c66f19d11f482d4d47 | |
parent | a08f30f0937dff9b3b8a8e8bdd4e4a5a216e6854 (diff) | |
download | bcm5719-llvm-caeddf5a96090ca1273179eb9b79cd0ac132e26f.tar.gz bcm5719-llvm-caeddf5a96090ca1273179eb9b79cd0ac132e26f.zip |
Make check depend on all.
llvm-svn: 179116
-rw-r--r-- | llvm/Makefile.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules index 2c834aac63f..0a07be53371 100644 --- a/llvm/Makefile.rules +++ b/llvm/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 ; \ |