aboutsummaryrefslogtreecommitdiff
path: root/testiere.asd
blob: 573e61a07614c6e0769f6eb86d8eba7e08b27e8b (plain)
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 OKeefe <colin@cicadas.surf>"
  :license  "GPLv3"
  :version "1.2.0"
  :depends-on (:trivia)
  :pathname "src/"
  :serial t
  :components ((:file "package")
               (:file "testiere")
               (:file "standard-hooks")))