aboutsummaryrefslogtreecommitdiff
path: root/testiere-examples.asd
blob: 2f919cf01719eeab88e51b8f400a27a7b8fb48f7 (plain)
1
2
3
4
5
6
7
8
9
(asdf:defsystem #:testiere-examples
  :description "A demo of testiere"
  :author "Colin <colin@cicadas.surf>"
  :license  "GPLv3"
  :version "0.0.1"
  :depends-on (:testiere)
  :pathname "examples/"
  :serial t
  :components ((:file "examples")))