(asdf:defsystem #:testiere-examples :description "A demo of testiere" :author "Colin " :license "GPLv3" :version "0.0.1" :depends-on (:testiere) :pathname "examples/" :serial t :components ((:file "examples")))