Load all systems before running tests. This would drop the coverage rate.

This commit is contained in:
Eitaro Fukamachi 2015-03-21 01:43:13 +09:00
parent 75a0286323
commit 1dc0507cc9

View file

@ -19,7 +19,12 @@ before_script:
script:
- cl -l prove -l cl-coveralls
-e '(or (coveralls:with-coveralls ()
-e '(or (coveralls:with-coveralls
(loop for file in (uiop:directory-files (uiop:getenv "TRAVIS_BUILD_DIR"))
when (and (string= (pathname-type file) "asd")
(< 5 (length (pathname-name file)))
(string= (pathname-name file) "lack-" :end1 5))
do (asdf:load-system (pathname-name file)))
(every (function identity)
(list (prove:run :t-lack)
(prove:run :t-lack-middleware-static)