aboutsummaryrefslogtreecommitdiff
path: root/testiere.asd
blob: 3db3701ad1798503ffefeddf32dc30e5c52da07e (plain)
1
2
3
4
5
6
7
8
9
10
11
;;;; testiere.asd

(asdf:defsystem #:testiere
  :description "Interactive Testing for DEFUN"
  :author "Colin Okay <colin@cicadas.surf>"
  :license  "GPLv3"
  :version "0.1.0"
  :depends-on (:trivia)
  :serial t
  :components ((:file "package")
               (:file "testiere")))