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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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