aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 81a1d790fc..17074b6670 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -10,8 +10,13 @@ TESTDIRS +=
endif
ifdef VERBOSE
+ifeq ($(VERBOSE),0)
+PROGRESS = :
+REPORTFAIL = echo 'FAILED: clang' $(TARGET_TRIPLE) $(subst $(LLVM_SRC_ROOT)/tools/clang/,,$<)
+else
PROGRESS = echo $<
REPORTFAIL = cat $@
+endif
DONE = true
else
PROGRESS = printf '.'