1 2 3 4 5 6 7 8 9 10 11 12 13
;;;; testiere.asd (asdf:defsystem #:testiere :description "TDD system for Common Lisp" :author "Colin <colin@cicadas.surf>" :license "GPLv3" :version "1.3.1" :pathname "src/" :serial t :components ((:file "package") (:file "testiere") (:file "standard-hooks")))