From 16223e4785ae05940ce0c9658f4e3cc6e6e342ff Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Sun, 20 Jan 2013 22:24:14 -0500 Subject: [PATCH] make test-all-no-stop --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a9d28595..ece27838 100644 --- 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 -- GitLab