0.pre8.4
[sbcl.git] / contrib / sb-bsd-sockets / sb-bsd-sockets.asd
index 9c7233e..bf946c3 100644 (file)
                 (:static-file "doc" :pathname "doc.lisp")
                 (:static-file "TODO")))
 
+(defmethod perform ((o test-op) (c (eql (find-system :sb-bsd-sockets))))
+  (or (funcall (intern "DO-TESTS" (find-package "RT")))
+      (error "test-op failed")))
+