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