fix Makefile, improve test-op
authorKevin Rosenberg <kevin@rosenberg.net>
Sat, 5 Apr 2003 23:15:12 +0000 (23:15 +0000)
committerKevin Rosenberg <kevin@rosenberg.net>
Sat, 5 Apr 2003 23:15:12 +0000 (23:15 +0000)
contrib/sb-aclrepl/Makefile
contrib/sb-aclrepl/sb-aclrepl.asd

index b4c4ac0..ff65a27 100644 (file)
@@ -1,2 +1,2 @@
-MODULE=sb-aclrepl
+SYSTEM=sb-aclrepl
 include ../asdf-module.mk
index 671a2b8..565f3e9 100644 (file)
@@ -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*)))
+