Commit d823a618 authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Tweaked the order of requirements for test target.

Verbose output from doc formatting was making test results hard to find
sometimes.
parent a4b34463
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ test-lisp: build/asdf.lisp
	@cd test; ./run-tests.sh ${l} ${t}
t: test-lisp

test: test-lisp test-clean-load test-load-systems doc
test: doc test-lisp test-clean-load test-load-systems

test-load-systems: build/asdf.lisp
	./test/run-tests.sh -l ${l} ${s}