[llvm-commits] CVS: llvm-java/test/Makefile.test

Alkis Evlogimenos alkis at cs.uiuc.edu
Thu Dec 9 11:21:34 PST 2004



Changes in directory llvm-java/test:

Makefile.test updated: 1.26 -> 1.27
---
Log message:

Print out of a test passes or not.


---
Diffs of the changes:  (+3 -1)

Index: llvm-java/test/Makefile.test
diff -u llvm-java/test/Makefile.test:1.26 llvm-java/test/Makefile.test:1.27
--- llvm-java/test/Makefile.test:1.26	Wed Dec  8 18:00:49 2004
+++ llvm-java/test/Makefile.test	Thu Dec  9 13:21:23 2004
@@ -71,4 +71,6 @@
 
 # rule to diff test output
 %.diff: %.out-nat %.out-jit
-	$(Verb)diff $*.out-nat $*.out-jit > $@ || echo "FAIL: $(notdir $*)"
+	$(Verb)diff $*.out-nat $*.out-jit > $@ \
+	&& echo "PASS: $(notdir $*)" \
+	|| echo "FAIL: $(notdir $*)"






More information about the llvm-commits mailing list