From: Mike Stump Date: Fri, 13 Mar 2009 00:41:24 +0000 (+0000) Subject: Fix spelling error, and add target triplet to header. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3c75e0861e9a5aa26fe32234bc8b023f8fd895a;p=clang Fix spelling error, and add target triplet to header. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66853 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile b/test/Makefile index 17074b6670..33858a6500 100644 --- a/test/Makefile +++ b/test/Makefile @@ -12,7 +12,7 @@ endif ifdef VERBOSE ifeq ($(VERBOSE),0) PROGRESS = : -REPORTFAIL = echo 'FAILED: clang' $(TARGET_TRIPLE) $(subst $(LLVM_SRC_ROOT)/tools/clang/,,$<) +REPORTFAIL = echo 'FAIL: clang' $(TARGET_TRIPLE) $(subst $(LLVM_SRC_ROOT)/tools/clang/,,$<) else PROGRESS = echo $< REPORTFAIL = cat $@ @@ -32,7 +32,7 @@ Output/%.testresults: % all:: @ mkdir -p $(addprefix Output/, $(TESTDIRS)) @ rm -f $(TESTS) - @ echo '--- Running clang tests ---' + @ echo '--- Running clang tests for $(TARGET_TRIPLE) ---' @ $(MAKE) $(TESTS) @ $(DONE) @ !(cat $(TESTS) | grep -q " FAILED! ")