From 115e3e4c4c4739173130d0b5a2c573ef001311ee Mon Sep 17 00:00:00 2001 From: "Thomas M. Hermann" Date: Sun, 14 Oct 2012 21:28:33 -0500 Subject: [PATCH] Simplified lisp-unit interface. --- tests/collectors.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/collectors.lisp b/tests/collectors.lisp index 578c712..6ba5fc1 100644 --- a/tests/collectors.lisp +++ b/tests/collectors.lisp @@ -111,4 +111,4 @@ (test 1 2 3 4) (assert-equal '(2 2 4 2 4 6 2 4 6 8) (test)))) -(run-tests) +(run-tests :all)