;;;; testiere.asd (asdf:defsystem #:testiere :description "Up Front Testing for DEFUN and DEFMETHOD" :author "Colin Okay " :license "GPLv3" :version "0.1.0" :depends-on (:trivia) :serial t :components ((:file "package") (:file "testiere")))