From cfbbf740c3a956115d5494d90d0ea33bf992d9fc Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 12 Jul 2007 19:29:05 +0200 Subject: Add the currying macro FN*. darcs-hash:648154b9e02a3eb3f22bde685dd220d7ac8b6e89 --- tests.lisp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests.lisp') diff --git a/tests.lisp b/tests.lisp index e106f34..08b3929 100644 --- a/tests.lisp +++ b/tests.lisp @@ -3,6 +3,10 @@ (in-package #:mulk.tests) +(defun run-all-tests () + (run-tests :suite 'mulk-lambda )) + + (deftestsuite mulk-lambda () ()) @@ -55,7 +59,6 @@ (deftestsuite mulk-lambda-fn* (mulk-lambda) () - #+nil (:tests ((ensure-same (funcall (fn* #'+ 1) 2) 3)) @@ -63,4 +66,3 @@ 3)) ((ensure-same (funcall (fn* (/ (* _ 4))) 3 6) 2)))) - -- cgit v1.2.3