2018-06-24 17:08:30 +00:00
|
|
|
(defsystem flute-test
|
|
|
|
:author "Your Name <your.name@example.com>"
|
|
|
|
:license "Specify license here"
|
2018-06-29 03:04:10 +00:00
|
|
|
:depends-on (:flute :fiveam)
|
2018-06-24 17:08:30 +00:00
|
|
|
:components ((:module "t"
|
|
|
|
:serial t
|
|
|
|
:components
|
|
|
|
((:file "flute")))))
|