X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=puri.asd;h=22879b0a6fa12ac685afc2f15ec818c8ddd226d1;hb=HEAD;hp=07253f201fd390a850a371dd677f7c02aa02f8d4;hpb=583a97172bb9211d20bc6f9d6266c3f6b37a304f;p=puri-unicode.git diff --git a/puri.asd b/puri.asd index 07253f2..22879b0 100644 --- a/puri.asd +++ b/puri.asd @@ -12,6 +12,7 @@ :maintainer "Kevin M. Rosenberg " :licence "GNU Lesser General Public License" :description "Portable Universal Resource Indentifier Library" + :depends-on (#:babel #:idna) :components ((:file "src"))) @@ -20,7 +21,7 @@ (oos 'test-op 'puri-tests)) (defsystem puri-tests - :depends-on (:puri :tester) + :depends-on (:puri :ptester) :components ((:file "tests"))) @@ -28,3 +29,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))