8 lines
253 B
Common Lisp
8 lines
253 B
Common Lisp
(defsystem flute-test
|
|
:author "Your Name <your.name@example.com>"
|
|
:license "Specify license here"
|
|
:depends-on (:flute :fiveam)
|
|
:components ((:module "t"
|
|
:serial t
|
|
:components
|
|
((:file "flute")))))
|