add basic test-op
authorKevin Rosenberg <kevin@rosenberg.net>
Sat, 5 Apr 2003 22:10:03 +0000 (22:10 +0000)
committerKevin Rosenberg <kevin@rosenberg.net>
Sat, 5 Apr 2003 22:10:03 +0000 (22:10 +0000)
contrib/sb-aclrepl/sb-aclrepl.asd

index 4412870..671a2b8 100644 (file)
@@ -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)