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