hsx/flute-test.asd

9 lines
253 B
Text
Raw Normal View History

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