Skip to content
Snippets Groups Projects
Commit 1207fdf0 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Add missing dependency for test-load-systems in Makefile

parent e9d57daf
No related branches found
No related tags found
No related merge requests found
...@@ -122,7 +122,7 @@ t: test-lisp ...@@ -122,7 +122,7 @@ t: test-lisp
test: test-lisp test-clean-load test-load-systems doc test: test-lisp test-clean-load test-load-systems doc
test-load-systems: test-load-systems: build/asdf.lisp
./test/run-tests.sh -l ${l} ${s} ./test/run-tests.sh -l ${l} ${s}
test-all-lisps: test-all-lisps:
...@@ -147,7 +147,7 @@ test-all: doc test-all-lisps ...@@ -147,7 +147,7 @@ test-all: doc test-all-lisps
test-all-no-stop: test-all-no-stop:
-make doc ; for l in ${lisps} ; do make t l=$$l ; make u l=$$l ; done ; true -make doc ; for l in ${lisps} ; do make t l=$$l ; make u l=$$l ; done ; true
extract-all-tagged-asdf: extract-all-tagged-asdf: build/asdf.lisp
./test/run-tests.sh -H ./test/run-tests.sh -H
# Note that the debian git at git://git.debian.org/git/pkg-common-lisp/cl-asdf.git is stale, # Note that the debian git at git://git.debian.org/git/pkg-common-lisp/cl-asdf.git is stale,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment