Tweak travis.yml so coleslaw-test is found.

This commit is contained in:
Brit Butler 2015-09-02 15:42:59 -05:00
parent b925ab5583
commit 7bde4c1781
2 changed files with 3 additions and 2 deletions

View file

@ -18,4 +18,5 @@ cache:
- $HOME/.config/common-lisp
script:
- ros -s prove -e '(or (prove:run :coleslaw-test) (uiop:quit -1))'
- ros -s prove -e "(ql:quickload '(coleslaw coleslaw-test))"
-e '(or (prove:run :coleslaw-test) (uiop:quit -1))'

View file

@ -38,7 +38,7 @@
:components
((:test-file "tests"))))
:perform (test-op :after (op c)
(funcall (intern #.(string :run) :prove) c)))
(uiop:symbol-call :prove 'run c)))
(defpackage #:coleslaw-conf (:export #:*basedir*))
(defparameter coleslaw-conf:*basedir*