;;;; testiere.asd (asdf:defsystem #:testiere :description "TDD system for Common Lisp" :author "Colin " :license "GPLv3" :version "1.3.1" :pathname "src/" :serial t :components ((:file "package") (:file "testiere") (:file "standard-hooks")))