2018-06-24 17:08:30 +00:00
|
|
|
(defsystem flute-test
|
2018-07-01 19:13:53 +00:00
|
|
|
:author "Bo Yao <icerove@gmail.com>"
|
|
|
|
:license "MIT"
|
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")))))
|