hsx/flute-test.asd
2018-06-28 23:04:10 -04:00

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