use message type names
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 29 Sep 2005 18:33:46 +0000 (18:33 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 29 Sep 2005 18:33:46 +0000 (18:33 +0000)
Original commit message from CVS:
use message type names

check.mak

index a0a4aac..9ecea69 100644 (file)
--- a/check.mak
+++ b/check.mak
@@ -63,7 +63,9 @@ torture: $(TESTS)
                (echo "Failure after $$i runs"; exit 1) ||      \
                exit 1;                                         \
        done
-
+       @banner="All $(LOOPS) loops passed";                    \
+       dashes=`echo "$$banner" | sed s/./=/g`;                 \
+       echo $$dashes; echo $$banner; echo $$dashes
 
 # valgrind all tests
 valgrind: $(TESTS)