Echo command lines only if the user wants them.
[oota-llvm.git] / test / Makefile
index 7c8a7b3bd721520251340d1bcd0b3be8dae42cf3..53e3c5383b20c489b25fb88fd57a59bf00e1c867 100644 (file)
@@ -48,7 +48,7 @@ CLEANED_TESTONE := $(patsubst test/%,%,$(CLEANED_TESTONE))
 SUBDIR := $(shell dirname $(CLEANED_TESTONE))
 TESTPATH := $(LLVM_SRC_ROOT)/test/$(CLEANED_TESTONE)
 check-one: site.exp $(TCLSH)
-       @( echo "source $(LLVM_SRC_ROOT)/test/site.exp" ; \
+       $(Verb)( echo "source $(LLVM_SRC_ROOT)/test/site.exp" ; \
          echo "set subdir $(SUBDIR)" ; \
          echo "proc pass  { msg } { puts \"PASS: \$$msg\" } "; \
          echo "proc fail  { msg } { puts \"FAIL: \$$msg\" }" ; \