Tweak travis.yml so coleslaw-test is found.
This commit is contained in:
parent
b925ab5583
commit
7bde4c1781
2 changed files with 3 additions and 2 deletions
|
@ -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))'
|
||||
|
|
|
@ -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*
|
||||
|
|
Loading…
Add table
Reference in a new issue