Skip to content
Snippets Groups Projects
Commit e807ead2 authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Remove recursive invocation of make from test-lisp.

There's no Makefile in tests/.
parent 13cd9e8a
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ test-clean-load: build/asdf.lisp
# test-glob has been replaced by t, and lisp by l, easier to type
test-lisp: build/asdf.lisp
@cd test; ${MAKE} clean;./run-tests.sh ${l} ${t}
@cd test; ./run-tests.sh ${l} ${t}
t: test-lisp
test: test-lisp test-clean-load test-load-systems doc
......
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