blob: 2c3c1c1b33b60669db7455f5a600eac1e4d70c35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
;;;; testiere.asd
(asdf:defsystem #:testiere
:description "Up Front Testing for DEFUN and DEFMETHOD"
:author "Colin Okay <colin@cicadas.surf>"
:license "GPLv3"
:version "0.1.0"
:depends-on (:trivia)
:serial t
:components ((:file "package")
(:file "testiere")))
|