common-lisp.net
/
projects/asdf/asdf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
67d8d7d
)
make test-all-no-stop
author
Francois-Rene Rideau
<tunes@google.com>
Mon, 21 Jan 2013 03:24:14 +0000 (22:24 -0500)
committer
Francois-Rene Rideau
<tunes@google.com>
Mon, 21 Jan 2013 03:24:14 +0000 (22:24 -0500)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/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