From: Kevin Rosenberg Date: Sat, 5 Apr 2003 22:10:03 +0000 (+0000) Subject: add basic test-op X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=817c3cebd6f76bf5393f0249a744a234614bbe4d;p=sbcl.git add basic test-op --- diff --git a/contrib/sb-aclrepl/sb-aclrepl.asd b/contrib/sb-aclrepl/sb-aclrepl.asd index 4412870..671a2b8 100644 --- a/contrib/sb-aclrepl/sb-aclrepl.asd +++ b/contrib/sb-aclrepl/sb-aclrepl.asd @@ -8,3 +8,8 @@ :components ((:file "repl") (:file "inspect" :depends-on ("repl")))) + +;; FIXME - test for successful compilation of sb-aclrepl + +(defmethod perform ((o test-op) (c (eql (find-system :sb-aclrepl)))) + t)