From d823a6187a16e459740b5b26d0ed495485b13ec9 Mon Sep 17 00:00:00 2001
From: "Robert P. Goldman" <rpgoldman@gmail.com>
Date: Sat, 12 Jul 2014 15:28:31 -0500
Subject: [PATCH] Tweaked the order of requirements for test target.

Verbose output from doc formatting was making test results hard to find
sometimes.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index fb76b2d2..60380ad5 100644
--- a/Makefile
+++ b/Makefile
@@ -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}
-- 
GitLab