shout/shout-test.asd

8 lines
198 B
Common Lisp

;; vim:ft=lisp
(defsystem shout-test
:components ((:file "test/packages")
(:file "test/rules")
(:file "test/states"))
:depends-on (#:shout
#:prove))