check.mak: add some more targets, like help, but also more intensive tests
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 29 Sep 2005 18:24:44 +0000 (18:24 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 29 Sep 2005 18:24:44 +0000 (18:24 +0000)
Original commit message from CVS:
2005-09-29  Thomas Vander Stichele  <thomas at apestaart dot org>

* check.mak:
add some more targets, like help, but also more intensive tests

check.mak

index e4f290e..a0a4aac 100644 (file)
--- a/check.mak
+++ b/check.mak
@@ -85,10 +85,10 @@ valgrind: $(TESTS)
 
 help:
        @echo "make check                 -- run all checks"
-       @echo "make torture               -- run all checks repeatedly"
+       @echo "make torture               -- run all checks $(LOOPS) times"
        @echo "make (dir)/(test).check    -- run the given check once"
        @echo "make (dir)/(test).forever  -- run the given check forever"
-       @echo "make (dir)/(test).torture  -- run the given check forever"
+       @echo "make (dir)/(test).torture  -- run the given check $(LOOPS) times"
        @echo
        @echo "make (dir)/(test).gdb      -- start up gdb for the given test"
        @echo