aboutsummaryrefslogtreecommitdiff
path: root/testiere.asd
blob: f3748c349e037a37ec2a6eb16b93be6dbf9dc51a (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 <colin@cicadas.surf>"
  :license  "GPLv3"
  :version "1.3.1"
  :pathname "src/"
  :serial t
  :components ((:file "package")
               (:file "testiere")
               (:file "standard-hooks")))