From cfc37834cdcf2f95537c91fb92210bdcc8be2bb1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20V=C3=A1zquez?= Date: Thu, 25 Apr 2013 23:03:31 +0100 Subject: [PATCH] Add setf test case file --- jscl.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/jscl.lisp b/jscl.lisp index f31de86..12b71cf 100644 --- a/jscl.lisp +++ b/jscl.lisp @@ -26,6 +26,7 @@ ("toplevel" :target) ;; Tests ("tests" :test) + ("setf" :test) ("eval" :test) ("tests-report" :test))) -- 1.7.10.4