aboutsummaryrefslogtreecommitdiff
path: root/testiere.asd
blob: e47c0fb367e428be8642e72e5d14d1cc32420aa4 (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.1.0"
  :depends-on (:trivia)
  :pathname "src/"
  :serial t
  :components ((:file "package")
               (:file "testiere")
               (:file "standard-hooks")))