[cfe-commits] r67227 - /cfe/trunk/test/Makefile
Mike Stump
mrs at apple.com
Wed Mar 18 13:25:18 PDT 2009
Author: mrs
Date: Wed Mar 18 15:25:18 2009
New Revision: 67227
URL: http://llvm.org/viewvc/llvm-project?rev=67227&view=rev
Log:
Add version information to ISO style test results.
Modified:
cfe/trunk/test/Makefile
Modified: cfe/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Makefile?rev=67227&r1=67226&r2=67227&view=diff
==============================================================================
--- cfe/trunk/test/Makefile (original)
+++ cfe/trunk/test/Makefile Wed Mar 18 15:25:18 2009
@@ -13,11 +13,12 @@
ifeq ($(VERBOSE),0)
PROGRESS = :
REPORTFAIL = echo 'FAIL: clang' $(TARGET_TRIPLE) $(subst $(LLVM_SRC_ROOT)/tools/clang/,,$<)
+DONE = $(LLVMToolDir)/clang-driver -v
else
PROGRESS = echo $<
REPORTFAIL = cat $@
-endif
DONE = true
+endif
else
PROGRESS = printf '.'
REPORTFAIL = (echo; echo '----' $< 'failed ----')
More information about the cfe-commits
mailing list