Skip to content

Commit

Permalink
updated for lisp-unit2
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbysmith007 committed Jan 1, 2014
1 parent 7581086 commit aa54a45
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions collectors.asd
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@
(defmethod asdf:perform ((o asdf:test-op) (c (eql (find-system :collectors))))
(asdf:load-system :collectors-test)
(let ((*package* (find-package :collectors-test)))
(eval (read-from-string "(with-summary (:name :collectors)
(run-tests :package :collectors-test))"))))
(eval (read-from-string "
(run-tests :package :collectors-test
:name :collectors
:run-contexts #'with-summary-context)"))))

;; Copyright (c) 2002-2006, Edward Marco Baringer (from arnesi lib)
;; 2011 Russ Tyndall , Acceleration.net http://www.acceleration.net
Expand Down

0 comments on commit aa54a45

Please sign in to comment.