X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=puri.asd;h=0e4ea9c52f9de44dd7f2b414e2629d4c5eea2800;hb=e84aacb8c1e71b332b0ba703b7771be9db1f8bef;hp=07253f201fd390a850a371dd677f7c02aa02f8d4;hpb=583a97172bb9211d20bc6f9d6266c3f6b37a304f;p=puri.git diff --git a/puri.asd b/puri.asd index 07253f2..0e4ea9c 100644 --- 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))