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