summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/Makefile.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index c0fbf13878e..e6c266af7f4 100644
--- a/llvm/Makefile.rules
+++ b/llvm/Makefile.rules
@@ -1547,7 +1547,7 @@ endif
# CHECK: Running the test suite
###############################################################################
-check:: tools-only
+check::
$(Verb) if test -d "$(PROJ_OBJ_ROOT)/test" ; then \
if test -f "$(PROJ_OBJ_ROOT)/test/Makefile" ; then \
$(EchoCmd) Running test suite ; \
@@ -1564,7 +1564,7 @@ check:: tools-only
# UNITTESTS: Running the unittests test suite
###############################################################################
-unittests:: libs-only
+unittests::
$(Verb) if test -d "$(PROJ_OBJ_ROOT)/unittests" ; then \
if test -f "$(PROJ_OBJ_ROOT)/unittests/Makefile" ; then \
$(EchoCmd) Running unittests test suite ; \
OpenPOWER on IntegriCloud