hsx/system-test.asd

9 lines
245 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)
:components ((:module "t"
:serial t
:components
((:file "flute")))))