make test-all-no-stop
authorFrancois-Rene Rideau <tunes@google.com>
Mon, 21 Jan 2013 03:24:14 +0000 (22:24 -0500)
committerFrancois-Rene Rideau <tunes@google.com>
Mon, 21 Jan 2013 03:24:14 +0000 (22:24 -0500)
Makefile

index a9d2859..ece2783 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -146,7 +146,10 @@ test-all-upgrade:
                ${MAKE} test-upgrade l=$$lisp || exit 1 ; \
        done
 
-test-all: test-forward-references doc test-all-lisps
+test-all: doc test-all-lisps
+
+test-all-no-stop:
+       -make doc ; for l in ${lisps} ; do make t l=$$l ; make u l=$$l ; done ; true
 
 # Note that the debian git at git://git.debian.org/git/pkg-common-lisp/cl-asdf.git is stale,
 # as we currently build directly from upstream at git://common-lisp.net/projects/asdf/asdf.git