hsx/system-test.asd
2018-06-24 13:08:30 -04:00

8 lines
245 B
Common Lisp

(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")))))