Merge pull request #2 from Ferada/punycode
[puri-unicode.git] / puri.asd
index af10e80..22879b0 100644 (file)
--- a/puri.asd
+++ b/puri.asd
@@ -12,6 +12,7 @@
   :maintainer "Kevin M. Rosenberg <kmr@debian.org>"
   :licence "GNU Lesser General Public License"
   :description "Portable Universal Resource Indentifier Library"
+  :depends-on (#:babel #:idna)
   :components
   ((:file "src")))
 
@@ -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))