From 7bde4c178138a6b3d762d4505c1821c3b480fdfb Mon Sep 17 00:00:00 2001 From: Brit Butler Date: Wed, 2 Sep 2015 15:42:59 -0500 Subject: [PATCH] Tweak travis.yml so coleslaw-test is found. --- .travis.yml | 3 ++- coleslaw.asd | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2b4e0df..b2e69df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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))' diff --git a/coleslaw.asd b/coleslaw.asd index e60816a..3506303 100644 --- a/coleslaw.asd +++ b/coleslaw.asd @@ -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*