From: Kevin Rosenberg Date: Sat, 5 Apr 2003 23:15:12 +0000 (+0000) Subject: fix Makefile, improve test-op X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=7ee29f16f6f741a4269b3cd536bc81b592c47fb5;p=sbcl.git fix Makefile, improve test-op --- diff --git a/contrib/sb-aclrepl/Makefile b/contrib/sb-aclrepl/Makefile index b4c4ac0..ff65a27 100644 --- a/contrib/sb-aclrepl/Makefile +++ b/contrib/sb-aclrepl/Makefile @@ -1,2 +1,2 @@ -MODULE=sb-aclrepl +SYSTEM=sb-aclrepl include ../asdf-module.mk diff --git a/contrib/sb-aclrepl/sb-aclrepl.asd b/contrib/sb-aclrepl/sb-aclrepl.asd index 671a2b8..565f3e9 100644 --- a/contrib/sb-aclrepl/sb-aclrepl.asd +++ b/contrib/sb-aclrepl/sb-aclrepl.asd @@ -10,6 +10,8 @@ ;; FIXME - test for successful compilation of sb-aclrepl - (defmethod perform ((o test-op) (c (eql (find-system :sb-aclrepl)))) - t) + (and (boundp 'sb-impl::*inspect-fun*) + (boundp 'sb-int:*repl-prompt-fun*) + (boundp 'sb-int:*repl-read-form-fun*))) +