r11033: Automated commit for puri debian-version-1.5-1
[puri.git] / puri.asd
index 07253f201fd390a850a371dd677f7c02aa02f8d4..0e4ea9c52f9de44dd7f2b414e2629d4c5eea2800 100644 (file)
--- a/puri.asd
+++ b/puri.asd
@@ -20,7 +20,7 @@
   (oos 'test-op 'puri-tests))
 
 (defsystem puri-tests
-    :depends-on (:puri :tester) 
+    :depends-on (:puri :ptester) 
     :components
     ((:file "tests")))
 
@@ -28,3 +28,6 @@
   (or (funcall (intern (symbol-name '#:do-tests)
                       (find-package :puri-tests)))
       (error "test-op failed")))
+
+(defmethod operation-done-p ((o test-op) (c (eql (find-system 'puri-tests))))
+  (values nil))